IForeNETRuntimeMethod.ParameterName

Syntax

ParameterName(Index: Integer): String;

Parameters

Index. Parameter index.

Description

The ParameterName property returns the name of .NET method parameter.

Comments

General number of parameters can be obtained in the IForeNETRuntimeMethodArgs.Count property after calling the CreateArgs method.

Example

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

See also:

IForeNETRuntimeMethod