NamingConvention Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
NamingConvention
Gets or sets the YamlDotNet.Serialization.INamingConvention used to convert a property's name on an object to another format. The default value is YamlDotNet.Serialization.NamingConventions.NullNamingConvention.Instance (unaltered).
public INamingConvention NamingConvention { get; set; }
Property Value
- INamingConvention
The YamlDotNet.Serialization.INamingConvention used to convert a property's name on an object to another format.