IMetaMembersSet.Current

Fore Syntax

Current: IMetaMember;

Fore.NET Syntax

Current(): Prognoz.Platform.Interop.Rds.IMetaMember;

Description

The Current method returns a current element in a set.

Comments

To move to the next element of the set, use the IMetaMembersSet.Next method.

Fore and Fore.NET Examples

The method use is given in the example for IMetaMembersSet.CurrentOffset.

See also:

IMetaMembersSet