Table of Contents

Struct NamedType

Namespace
Unity.Resolution
Assembly
Unity.Abstractions.dll
public struct NamedType
Inherited Members
Extension Methods

Fields

Name

public string Name

Field Value

string

Type

public Type Type

Field Value

Type

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

GetHashCode(int, int)

public static int GetHashCode(int typeHash, int nameHash)

Parameters

typeHash int
nameHash int

Returns

int

GetHashCode(Type, string)

public static int GetHashCode(Type type, string name)

Parameters

type Type
name string

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(NamedType, NamedType)

public static bool operator ==(NamedType obj1, NamedType obj2)

Parameters

obj1 NamedType
obj2 NamedType

Returns

bool

operator !=(NamedType, NamedType)

public static bool operator !=(NamedType obj1, NamedType obj2)

Parameters

obj1 NamedType
obj2 NamedType

Returns

bool