Class TomlValue
Serves as the abstract base class for all TOML value types - TomlPrimitiveValue, TomlTable, TomlArray.
public abstract class TomlValue : TomlExpression, IEnumerable<TomlToken>, IEnumerable
- Inheritance
-
TomlValue
- Implements
- Derived
- Inherited Members
Constructors
TomlValue(TomlTokenType)
Initializes a new instance of TomlValue with the specified token type.
protected TomlValue(TomlTokenType tokenType)
Parameters
tokenTypeTomlTokenTypeThe TomlTokenType identifying the kind of value.