IForeNETMethods.FindByKey

Syntax

FindByKey(Key: Integer): IForeNETMethod;

FindByKey(Key: UInteger): Prognoz.Platform.Interop.ForeNet.IForeNETMethod;

Parameters

Key. .NET method key.

Description

The FindByKey method searches for .NET method in the collection based on its key and, if successful, returns its parameters.

Comments

The method returns Null, if .NET method with the specified key is absent in the collection.

See also:

IForeNETMethods