Table of Contents

Class TomlExpression

Namespace
RStein.TOML
Assembly
RStein.TOML.dll

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

tokenType TomlTokenType