Method | Description | |
---|---|---|
Convert ( TomlTable table ) : object>.Dictionary |
||
ConvertTomlTableToDictionaryConversionVisitor ( ) : System |
Method | Description | |
---|---|---|
ITomlObjectVisitor ( TomlArray a ) : void | ||
ITomlObjectVisitor ( TomlBool b ) : void | ||
ITomlObjectVisitor ( TomlDateTime dt ) : void | ||
ITomlObjectVisitor ( TomlFloat f ) : void | ||
ITomlObjectVisitor ( TomlInt i ) : void | ||
ITomlObjectVisitor ( TomlString s ) : void | ||
ITomlObjectVisitor ( TomlTable table ) : void | ||
ITomlObjectVisitor ( |
||
ITomlObjectVisitor ( TomlTimeSpan ts ) : void |
public Convert ( TomlTable table ) : object>.Dictionary |
||
table | TomlTable | |
return | object>.Dictionary |
public ConvertTomlTableToDictionaryConversionVisitor ( ) : System | ||
return | System |