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
textstringThe text to resolve the delimiter from.
configurationIParserConfigurationThe configuration.
Fields
Configuration
The configuration.
public readonly IParserConfiguration Configuration
Field Value
Text
The text to resolve the delimiter from.
public readonly string Text