Converts a sequence of characters into a sequence of YAML tokens.
public class Scanner<TBuffer>
where TBuffer : ILookAheadBuffer
kind:method, kind:property, kind:ctor. Press Esc to clear.Scanner(TBuffer)Initializes a new instance of the MaxBufferLengthDefines the max buffer length constant.CurrentGets the current token.CurrentPositionGets the current position inside the input stream.MoveNext()Moves to the next token.