Struct NamedType
- Namespace
- Unity.Resolution
- Assembly
- Unity.Abstractions.dll
public struct NamedType
- Inherited Members
- Extension Methods
Fields
Name
public string Name
Field Value
Type
public Type Type
Field Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
GetHashCode(int, int)
public static int GetHashCode(int typeHash, int nameHash)
Parameters
Returns
GetHashCode(Type, string)
public static int GetHashCode(Type type, string name)
Parameters
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(NamedType, NamedType)
public static bool operator ==(NamedType obj1, NamedType obj2)
Parameters
Returns
operator !=(NamedType, NamedType)
public static bool operator !=(NamedType obj1, NamedType obj2)