C# Class Babel.Compiler.PredefinedParameterList

Inheritance: ParameterList
Show file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
methodBase System.Reflection.MethodBase
parameters System.Collections.ArrayList
typeManager TypeManager

Public Methods

Method Description
PredefinedParameterList ( TypeManager typeManager, MethodBase methodBase ) : System

Method Details

PredefinedParameterList() public method

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

Property Details

methodBase protected property

protected MethodBase,System.Reflection methodBase
return System.Reflection.MethodBase

parameters protected property

protected ArrayList,System.Collections parameters
return System.Collections.ArrayList

typeManager protected property

protected TypeManager,Babel.Compiler typeManager
return TypeManager