Search Results for

    Show / Hide Table of Contents

    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 Source

    Instance

    Declaration
    public static UnderscoredNamingConvention Instance { get; }
    Property Value
    Type Description
    UnderscoredNamingConvention
    | Improve this Doc View Source

    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 Source

    Apply(String)

    Declaration
    public string Apply(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.String

    Implements

    YamlDotNet.Serialization.INamingConvention

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX