C# Class Fan.Sys.FuncType

FuncType is a parameterized type for Funcs.
Inheritance: GenericType
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_params Fan.Sys.Type[]
m_ret Type

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
doParameterize ( Type t ) : Type

Private Methods

Méthode Description
makeParams ( ) : Map
toMethodParams ( ) : List

Method Details

@is() public méthode

public @is ( Type type ) : bool
type Type
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FuncType() public méthode

public FuncType ( Type pars, Type ret ) : System.Text
pars Type
ret Type
Résultat System.Text

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

doParameterize() protected méthode

protected doParameterize ( Type t ) : Type
t Type
Résultat Type

getRawType() public méthode

public getRawType ( ) : Type
Résultat Type

hash() public méthode

public hash ( ) : long
Résultat long

isGenericParameter() public méthode

public isGenericParameter ( ) : bool
Résultat bool

signature() public méthode

public signature ( ) : string
Résultat string

Property Details

m_params public_oe property

public Type[],Fan.Sys m_params
Résultat Fan.Sys.Type[]

m_ret public_oe property

public Type,Fan.Sys m_ret
Résultat Type