C# Class IKVM.Reflection.ArrayType

Inheritance: ElementHolderType
Afficher le fichier Open project: samskivert/ikvm-monotouch

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetArrayRank ( ) : int
GetHashCode ( ) : int
__GetDeclaredInterfaces ( ) : Type[]
__GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]

Méthodes protégées

Méthode Description
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Private Methods

Méthode Description
ArrayType ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
Make ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Method Details

Equals() public méthode

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

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSuffix() protected méthode

protected GetSuffix ( ) : string
Résultat string

Wrap() protected méthode

protected Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
Résultat Type

__GetDeclaredInterfaces() public méthode

public __GetDeclaredInterfaces ( ) : Type[]
Résultat Type[]

__GetDeclaredMethods() public méthode

public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
Résultat IKVM.Reflection.MethodBase[]