Converters Property

Definition

Assembly SharpYaml.dll

Gets or sets converter types to be instantiated and registered on the generated options instance.

public Type[]? Converters { get; set; }

Returns

Remarks

Each converter type must derive from YamlConverter and expose a public parameterless constructor.