C# Class Microsoft.Scripting.Actions.OperatorInfo

OperatorInfo provides a mapping from DLR ExpressionType to their associated .NET methods.
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
GetOperatorInfo ( ExpressionType op ) : OperatorInfo

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

GetOperatorInfo ( string name ) : OperatorInfo

Private Methods

Méthode Description
MakeOperatorTable ( ) : OperatorInfo>.Dictionary
OperatorInfo ( ExpressionType op, string name, string altName ) : System.Linq.Expressions

Method Details

GetOperatorInfo() public static méthode

Given an operator returns the OperatorInfo associated with the operator or null
public static GetOperatorInfo ( ExpressionType op ) : OperatorInfo
op ExpressionType
Résultat OperatorInfo

GetOperatorInfo() public static méthode

public static GetOperatorInfo ( string name ) : OperatorInfo
name string
Résultat OperatorInfo