Class TomlExpression
Serves as the abstract base class for all TOML expressions.
public abstract class TomlExpression : TomlToken, IEnumerable<TomlToken>, IEnumerable
- Inheritance
-
TomlExpression
- Implements
- Derived
- Inherited Members
Constructors
TomlExpression(TomlTokenType)
Initializes a new instance of TomlExpression with the specified token type.
protected TomlExpression(TomlTokenType tokenType)
Parameters
tokenTypeTomlTokenType