C# Class Microsoft.Scripting.Actions.ParameterMappingInfo

Provides a mapping for inputs of combo action expressions. The input can map to either an input of the new dynamic site, an input of a previous DynamicExpression, or a ConstantExpression which has been pulled out of the dynamic site arguments.
ファイルを表示 Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Action ( int index ) : ParameterMappingInfo
Equals ( object obj ) : bool
Fixed ( ConstantExpression e ) : ParameterMappingInfo
GetHashCode ( ) : int
Parameter ( int index ) : ParameterMappingInfo
ToString ( ) : string

Private Methods

Method Description
ParameterMappingInfo ( int param, int action, ConstantExpression fixedInput ) : System.Linq.Expressions

Method Details

Action() public static method

public static Action ( int index ) : ParameterMappingInfo
index int
return ParameterMappingInfo

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Fixed() public static method

public static Fixed ( ConstantExpression e ) : ParameterMappingInfo
e System.Linq.Expressions.ConstantExpression
return ParameterMappingInfo

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parameter() public static method

public static Parameter ( int index ) : ParameterMappingInfo
index int
return ParameterMappingInfo

ToString() public method

public ToString ( ) : string
return string