C# Class IKVM.Reflection.MultiArrayType

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

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetArrayRank ( ) : int
GetHashCode ( ) : int
__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
Make ( Type type, int rank, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
MultiArrayType ( Type type, int rank, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System

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

__GetDeclaredMethods() public méthode

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