League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Struct MetaHash

    Namespace: LeagueToolkit.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public struct MetaHash

    Constructors

    | Improve this Doc View Source

    MetaHash(String)

    Declaration
    public MetaHash(string value)
    Parameters
    Type Name Description
    System.String value
    | Improve this Doc View Source

    MetaHash(UInt32)

    Declaration
    public MetaHash(uint hash)
    Parameters
    Type Name Description
    System.UInt32 hash

    Properties

    | Improve this Doc View Source

    Hash

    Declaration
    public uint Hash { readonly get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Value

    Declaration
    public string Value { readonly get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    | Improve this Doc View Source

    Implicit(MetaHash to UInt32)

    Declaration
    public static implicit operator uint (MetaHash metaHash)
    Parameters
    Type Name Description
    MetaHash metaHash
    Returns
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Implicit(UInt32 to MetaHash)

    Declaration
    public static implicit operator MetaHash(uint hash)
    Parameters
    Type Name Description
    System.UInt32 hash
    Returns
    Type Description
    MetaHash