For a list of all members of this type, see RefParser members.
Name | Description | |
---|---|---|
![]() | EscapeCharacter | Character used for escaping special characters. It's the \ (backward slash) character. |
![]() | NameValuePairSeparatorCharacter | Character used for separating multiple name-value pairs. It's the , (comma) character. |
![]() | NameValueSeparatorCharacter | Character used for separating name portion and the value portion in a name-value pair. It's the = (equal) character. |
![]() | QuotesCharacter | Character used for specifying a quoted string. It's the " (double quotes) character. |
![]() | RangeSeparator | Character used to denote a range of references. |
![]() | RangeSeparatorWithSpaces | A space padded string representing a range. |
![]() | RefBeginScope | Character used to denote the begining of a scope. |
![]() | RefEndScope | Character used to denote the end of a scope. |
![]() | RefFullyQualifiedString | String used to denote the start of a fully qualified reference. |
![]() | RefSeperator | Character used as a Path element seperator. |
![]() | RefSeperatorString | String used as a Path element seperator. |