C# Класс Microsoft.Scripting.Actions.OperatorInfo

OperatorInfo provides a mapping from DLR ExpressionType to their associated .NET methods.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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