ParameterName(Index: Integer): String;
Index. Parameter index.
The ParameterName property returns the name of .NET method parameter.
General number of parameters can be obtained in the IForeNETRuntimeMethodArgs.Count property after calling the CreateArgs method.
The example of use is given in description of the IForeNETRuntimeType.Methods property.
See also: