C# 클래스 IKVM.Reflection.BuiltinArrayMethod.ParameterInfoImpl

상속: IKVM.Reflection.ParameterInfo
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

Private Properties

프로퍼티 타입 설명
ParameterInfoImpl System

공개 메소드들

메소드 설명
GetOptionalCustomModifiers ( ) : Type[]
GetRequiredCustomModifiers ( ) : Type[]

비공개 메소드들

메소드 설명
ParameterInfoImpl ( IKVM.Reflection.MethodInfo method, Type type, int pos ) : System

메소드 상세

GetOptionalCustomModifiers() 공개 메소드

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

GetRequiredCustomModifiers() 공개 메소드

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