IDictionaryTypeConverter constructor

YAML type converter for IDictionary types

public IDictionaryTypeConverter(bool omitNullValues = false, bool useFlowStyle = false)
parameter description
omitNullValues If true, null values will be omitted from the output
useFlowStyle If true, the mapping will be emitted in flow style

Remarks

Constructor

See Also