C# Class Fan.Sys.FuncType

FuncType is a parameterized type for Funcs.
Inheritance: GenericType
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_params Fan.Sys.Type[]
m_ret Type

Public Methods

Method Description
@is ( Type type ) : bool
Equals ( object obj ) : bool
FuncType ( Type pars, Type ret ) : System.Text
GetHashCode ( ) : int
getRawType ( ) : Type
hash ( ) : long
isGenericParameter ( ) : bool
signature ( ) : string

Protected Methods

Method Description
doParameterize ( Type t ) : Type

Private Methods

Method Description
makeParams ( ) : Map
toMethodParams ( ) : List

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

FuncType() public method

public FuncType ( Type pars, Type ret ) : System.Text
pars Type
ret Type
return System.Text

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

public Type[],Fan.Sys m_params
return Fan.Sys.Type[]

m_ret public property

public Type,Fan.Sys m_ret
return Type