Click or drag to resize
TomlDeserializeXElement Method (IEnumerableChar)
Deserializes the TOML to an XElement.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public XElement DeserializeXElement(
	IEnumerable<char> toml
)

Parameters

toml
Type: System.Collections.GenericIEnumerableChar
The TOML string to deserialize.

Return Value

Type: XElement
The deserialized XElement.
See Also