ExpressionInterpreterBuilderAddFunc - метод
Добавляет функцию с заданным именем к интерпретатору.
Пространство имён: Tessa.Platform.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public IExpressionInterpreterBuilder AddFunc(
string name,
Delegate func
)
Public Function AddFunc (
name As String,
func As Delegate
) As IExpressionInterpreterBuilder
public:
virtual IExpressionInterpreterBuilder^ AddFunc(
String^ name,
Delegate^ func
) sealed
abstract AddFunc :
name : string *
func : Delegate -> IExpressionInterpreterBuilder
override AddFunc :
name : string *
func : Delegate -> IExpressionInterpreterBuilder
- name String
- Имя функции.
- func Delegate
- Функция.
IExpressionInterpreterBuilderТекущий объект.
IExpressionInterpreterBuilderAddFunc(String, Delegate)