C# Class Boo.Lang.Compiler.TypeSystem.ExternalParameter

Inheritance: IParameter
Show file Open project: boo/boo-lang Class Usage Examples

Protected Properties

Property Type Description
_parameter System.Reflection.ParameterInfo

Public Methods

Method Description
ExternalParameter ( TypeSystemServices service, ParameterInfo parameter ) : System.Reflection

Method Details

ExternalParameter() public method

public ExternalParameter ( TypeSystemServices service, ParameterInfo parameter ) : System.Reflection
service TypeSystemServices
parameter System.Reflection.ParameterInfo
return System.Reflection

Property Details

_parameter protected property

protected ParameterInfo,System.Reflection _parameter
return System.Reflection.ParameterInfo