-
Home
-
API
-
SharpYaml.Model
-
YamlNode
-
Methods
-
ToObject(Type, YamlSerializerOptions?)
ToObject(Type, YamlSerializerOptions?) Method
Definition
Converts this YAML node to an object.
public object? ToObject(Type type, YamlSerializerOptions? options = null)
Parameters
Returns