C# Class Fan.Sys.ListType

ListType is the GenericType for Lists: Foo[] -> V = Foo
Inheritance: GenericType
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_v Type

Public Methods

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

Protected Methods

Method Description
doParameterize ( Type t ) : Type

Private Methods

Method Description
ListType ( Type v )
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

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_v public property

public Type,Fan.Sys m_v
return Type