ToObject(YamlSerializerOptions?) Method

Definition

Namespace SharpYaml.Model
Assembly SharpYaml.dll

Converts this node to an instance of T.

public T? ToObject<T>(YamlSerializerOptions? options = null)

Type parameters

T

Parameters

Returns

{T}