Class UnderscoredNamingConvention
Inheritance
System.Object
UnderscoredNamingConvention
Implements
YamlDotNet.Serialization.INamingConvention
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader.Features.Configs
Assembly: Exiled.Loader.dll
Syntax
public class UnderscoredNamingConvention : INamingConvention
Properties
| Improve this Doc View SourceInstance
Declaration
public static UnderscoredNamingConvention Instance { get; }
Property Value
Type | Description |
---|---|
UnderscoredNamingConvention |
Properties
Gets the list.
Declaration
public List<object> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
Methods
| Improve this Doc View SourceApply(String)
Declaration
public string Apply(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.String |
Implements
YamlDotNet.Serialization.INamingConvention