C# Class IKVM.Reflection.MultiArrayType

Inheritance: ElementHolderType
Show file Open project: samskivert/ikvm-monotouch

Public Methods

Method Description
Equals ( object o ) : bool
GetArrayRank ( ) : int
GetHashCode ( ) : int
__GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]

Protected Methods

Method Description
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Private Methods

Method 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 method

public Equals ( object o ) : bool
o object
return bool

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSuffix() protected method

protected GetSuffix ( ) : string
return string

Wrap() protected method

protected Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
return Type

__GetDeclaredMethods() public method

public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
return IKVM.Reflection.MethodBase[]