TriLib
Search Results for

    Show / Hide Table of Contents

    Struct TypeKey

    Represents a Dictionary Key using two System.Type.

    Implements
    IEquatable<TypeKey>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TriLibCore.Utils
    Assembly: TriLibCore.dll
    Syntax
    public readonly struct TypeKey : IEquatable<TypeKey>

    Constructors

    TypeKey(Type, Type)

    Declaration
    public TypeKey(Type @in, Type @out)
    Parameters
    Type Name Description
    Type in
    Type out

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    Equals(TypeKey)

    Declaration
    public bool Equals(TypeKey other)
    Parameters
    Type Name Description
    TypeKey other
    Returns
    Type Description
    bool

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX