C# 클래스 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.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
Action ( int index ) : ParameterMappingInfo
Equals ( object obj ) : bool
Fixed ( ConstantExpression e ) : ParameterMappingInfo
GetHashCode ( ) : int
Parameter ( int index ) : ParameterMappingInfo
ToString ( ) : string

비공개 메소드들

메소드 설명
ParameterMappingInfo ( int param, int action, ConstantExpression fixedInput ) : System.Linq.Expressions

메소드 상세

Action() 공개 정적인 메소드

public static Action ( int index ) : ParameterMappingInfo
index int
리턴 ParameterMappingInfo

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Fixed() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parameter() 공개 정적인 메소드

public static Parameter ( int index ) : ParameterMappingInfo
index int
리턴 ParameterMappingInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string