C# 클래스 Babel.Compiler.PredefinedParameterList

상속: ParameterList
파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
methodBase System.Reflection.MethodBase
parameters System.Collections.ArrayList
typeManager TypeManager

공개 메소드들

메소드 설명
PredefinedParameterList ( TypeManager typeManager, MethodBase methodBase ) : System

메소드 상세

PredefinedParameterList() 공개 메소드

public PredefinedParameterList ( TypeManager typeManager, MethodBase methodBase ) : System
typeManager TypeManager
methodBase System.Reflection.MethodBase
리턴 System

프로퍼티 상세

methodBase 보호되어 있는 프로퍼티

protected MethodBase,System.Reflection methodBase
리턴 System.Reflection.MethodBase

parameters 보호되어 있는 프로퍼티

protected ArrayList,System.Collections parameters
리턴 System.Collections.ArrayList

typeManager 보호되어 있는 프로퍼티

protected TypeManager,Babel.Compiler typeManager
리턴 TypeManager