Tell the stream to start buffering if it hasn't already.  Return
            current input position, Index, or some other marker so that
            when passed to rewind() you get back to the same spot.
            rewind(mark()) should not affect the input cursor.  The Lexer
            track line/col info as well as input index so its markers are
            not pure input indexes.  Same for tree node streams.
            
 
    Namespace: 
   Stimulsoft.Data.Expressions.Antlr.Runtime
    Assembly:
   Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
 Syntax
SyntaxReturn Value
Type: 
Int32[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream.Mark"]
 See Also
See Also