IMetaMembersSet.Current

Syntax

Current: 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.

Example

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

See also:

IMetaMembersSet