Class YamlDotNetExtensions
YamlDotNet related class extensions.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public static class YamlDotNetExtensions
Methods
Load(YamlStream, string)
Initializes a YamlStream with text.
Declaration
public static void Load(this YamlStream stream, string text)
Parameters
Type | Name | Description |
---|---|---|
YamlStream | stream | The YAML stream. |
string | text | The text to be loaded. |