Show / Hide Table of Contents

    Class EnumValue<T>

    Inheritance
    System.Object
    EnumValue<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class EnumValue<T>
        where T : struct
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    EnumValue(String, T)

    Declaration
    public EnumValue(string name, T value)
    Parameters
    Type Name Description
    System.String name
    T value

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    • 0 Comments