Class ParserStateContextOptions
Provides options to configure a ParserStateContext<TChar>.
public sealed class ParserStateContextOptions
- Inheritance
-
ParserStateContextOptions
Properties
InitialBufferSize
The initial size of the buffer used to store the input characters.
public int InitialBufferSize { get; init; }
Property Value
Remarks
Currently defaults to 512 characters. This value may change in the future.