IForeNETRuntimeMethods.Item

Syntax

Item(Index: Integer): IForeNETRuntimeMethod;

Parameters

Index. Method index.

Description

The Item property returns the .NET method, index of which is passed by the Index parameter.

Example

The example of use is given in description of the IForeNETRuntimeType.Methods property.

See also:

IForeNETRuntimeMethods