IForeMethodParams.Item

Syntax

Item(Index: Integer): IForeMethodParam;

Item[Index: Integer]: Prognoz.Platform.Interop.KeFore.IForeMethodParam;

Parameters

Index. Индекс параметра в коллекции.

Description

The Item property returns a parameter from the collection by its index.

Примеры Fore и Fore.NET

Пример использования приведён в описании метода IBaseMethod.Bind.

See also:

IForeMethodParams