FindByKey(Key: Integer): IForeNETMethod;
FindByKey(Key: UInteger): Prognoz.Platform.Interop.ForeNet.IForeNETMethod;
Key. .NET method key.
The FindByKey method searches for .NET method in the collection based on its key and, if successful, returns its parameters.
The method returns Null if .NET method with the specified key is absent in the collection. The key can be obtained after adding .NET method to the collection.
See also: