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