C# 클래스 Microsoft.Scripting.Actions.OperatorInfo

OperatorInfo provides a mapping from DLR ExpressionType to their associated .NET methods.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetOperatorInfo ( ExpressionType op ) : OperatorInfo

Given an operator returns the OperatorInfo associated with the operator or null

GetOperatorInfo ( string name ) : OperatorInfo

비공개 메소드들

메소드 설명
MakeOperatorTable ( ) : OperatorInfo>.Dictionary
OperatorInfo ( ExpressionType op, string name, string altName ) : System.Linq.Expressions

메소드 상세

GetOperatorInfo() 공개 정적인 메소드

Given an operator returns the OperatorInfo associated with the operator or null
public static GetOperatorInfo ( ExpressionType op ) : OperatorInfo
op ExpressionType
리턴 OperatorInfo

GetOperatorInfo() 공개 정적인 메소드

public static GetOperatorInfo ( string name ) : OperatorInfo
name string
리턴 OperatorInfo