DynamicTomlParse Method |
Name | Description | |
---|---|---|
Parse(Toml, IEnumerableChar) |
Load an DynamicToml from a string that contains XML.
| |
Parse(Toml, Stream) |
Creates a new DynamicToml instance by using the specified stream.
| |
Parse(Toml, TextReader) |
Loads a DynamicToml from a TextReader.
|