Struct TypeKey
Represents a Dictionary Key using two System.Type.
Assembly: TriLibCore.dll
Syntax
public readonly struct TypeKey : IEquatable<TypeKey>
Constructors
TypeKey(Type, Type)
Declaration
public TypeKey(Type @in, Type @out)
Parameters
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Equals(TypeKey)
Declaration
public bool Equals(TypeKey other)
Parameters
Type |
Name |
Description |
TypeKey |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods