Assembly: ForeNet;
Namespace: Prognoz.Platform.Interop.ForeNet;
The IForeNETMethodParams interface is used to work with collection of parameters of custom .NET method.
IForeNETMethodParams
The collection of parameters can be obtained using the IForeNETMethod.Params property.
| Property name | Brief description | |
| Count | The Count property returns the number of parameters in the collection. | |
| Item | The Item property returns parameter with the specified index. |
See also: