C# Class Babel.Compiler.BuiltinMethodParameterList

Inheritance: ParameterList
Mostra 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
BuiltinMethodParameterList ( TypeManager typeManager, MethodBase methodBase ) : System

Method Details

BuiltinMethodParameterList() public method

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

Property Details

methodBase protected_oe property

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

parameters protected_oe property

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

typeManager protected_oe property

protected TypeManager,Babel.Compiler typeManager
return TypeManager