C# Class Fan.Sys.MapType

MapType is the GenericType for Maps: Foo:Bar -> K = Foo, V = Bar.
Inheritance: GenericType
Datei anzeigen Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_k Type
m_v Type

Public Methods

Method Description
@is ( Type type ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MapType ( Type k, Type v ) : System
getRawType ( ) : Type
hash ( ) : long
isGenericParameter ( ) : bool
signature ( ) : string

Protected Methods

Method Description
doParameterize ( Type t ) : Type

Private Methods

Method Description
makeParams ( ) : Map

Method Details

@is() public method

public @is ( Type type ) : bool
type Type
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MapType() public method

public MapType ( Type k, Type v ) : System
k Type
v Type
return System

doParameterize() protected method

protected doParameterize ( Type t ) : Type
t Type
return Type

getRawType() public method

public getRawType ( ) : Type
return Type

hash() public method

public hash ( ) : long
return long

isGenericParameter() public method

public isGenericParameter ( ) : bool
return bool

signature() public method

public signature ( ) : string
return string

Property Details

m_k public_oe property

public Type m_k
return Type

m_v public_oe property

public Type m_v
return Type