Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class HashExtensions

    Inheritance
    object
    HashExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    public static class HashExtensions

    Methods

    GetHashCode_RefType<TValue>(TValue, int)

    Declaration
    public static int GetHashCode_RefType<TValue>(this TValue value, int hash = 0) where TValue : class
    Parameters
    Type Name Description
    TValue value
    int hash
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    TValue

    GetHashCode_ValueType<TValue>(TValue, int)

    Declaration
    public static int GetHashCode_ValueType<TValue>(this TValue value, int hash = 0) where TValue : struct
    Parameters
    Type Name Description
    TValue value
    int hash
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    TValue
    In this article
    Back to top Generated by DocFX