Method: IForeNETRuntimeMethod;
The Method property returns the .NET method, that is bound with the given collection of arguments.
This property returns either parameters of the method, for which the collection of arguments was created, or the Null if the collection of arguments was created in the application context with the IForeNETRuntime.CreateArgs method.
See also: