C# Class System.Reflection.Emit.ArrayType

Inheritance: SymbolType
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
GetArrayRank ( ) : int

Méthodes protégées

Méthode Description
GetAttributeFlagsImpl ( ) : TypeAttributes
IsArrayImpl ( ) : bool

Private Methods

Méthode Description
ArrayType ( Type elementType, int rank ) : System.Reflection
FormatName ( string elementName ) : String

Method Details

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetAttributeFlagsImpl() protected méthode

protected GetAttributeFlagsImpl ( ) : TypeAttributes
Résultat TypeAttributes

IsArrayImpl() protected méthode

protected IsArrayImpl ( ) : bool
Résultat bool