C# 클래스 IKVM.Reflection.ArrayType

상속: ElementHolderType
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetArrayRank ( ) : int
GetHashCode ( ) : int
__GetDeclaredInterfaces ( ) : Type[]
__GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]

보호된 메소드들

메소드 설명
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

비공개 메소드들

메소드 설명
ArrayType ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
Make ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSuffix() 보호된 메소드

protected GetSuffix ( ) : string
리턴 string

Wrap() 보호된 메소드

protected Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
리턴 Type

__GetDeclaredInterfaces() 공개 메소드

public __GetDeclaredInterfaces ( ) : Type[]
리턴 Type[]

__GetDeclaredMethods() 공개 메소드

public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
리턴 IKVM.Reflection.MethodBase[]