Struct GetDelimiterArgs
GetDelimiter args.
public readonly struct GetDelimiterArgs
- Inherited Members
Constructors
GetDelimiterArgs(string, IParserConfiguration)
Creates an instance of GetDelimiterArgs.
public GetDelimiterArgs(string text, IParserConfiguration configuration)
Parameters
text
stringThe text to resolve the delimiter from.
configuration
IParserConfigurationThe configuration.
Fields
Configuration
The configuration.
public readonly IParserConfiguration Configuration
Field Value
Text
The text to resolve the delimiter from.
public readonly string Text