IForeMethodParams.Item

Syntax

Item(Index: Integer): IForeMethodParam;

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

Parameters

Index. Parameter index in collection.

Description

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

Fore and Fore.NET Examples

The example of use is given in description of the IBaseMethod.Bind method.

See also:

IForeMethodParams