C# Class Fan.Sys.ListType

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

Méthodes publiques

Свойство Type Description
m_v Type

Méthodes publiques

Méthode Description
@is ( Type type ) : bool
Equals ( object obj ) : bool
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
ListType ( Type v )
makeParams ( ) : Map

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

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

public Type,Fan.Sys m_v
Résultat Type