Click or drag to resize
TomlDeserializeXElement Method (Stream)
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(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream that contains the TOML to deserialize.

Return Value

Type: XElement
The deserialized XElement.
See Also