Table of Contents

Class TomlValue

Namespace
RStein.TOML
Assembly
RStein.TOML.dll

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

tokenType TomlTokenType

The TomlTokenType identifying the kind of value.