Populate(YamlReader, Type, Object) Method

Definition

Assembly SharpYaml.dll

Populates an existing value instance from YAML.

public virtual object? Populate(YamlReader reader, Type typeToConvert, object existingValue)

Parameters

reader
YamlReader
typeToConvert
Type
existingValue
Object

Returns

Remarks

Converters that support population should override both CanPopulate(Type) and this method. The default implementation throws .