Params: IForeMethodParams;
The Params property returns a collection of the custom parameters.
The list of parameters is created basing on signature of procedure or function that are bases of custom method. If signature can be changed, then to update list of parameters run the IBaseMethod.Bind method.
The example of use is given in description of the IBaseMethod.Bind method.
See also: