CharacterGroupings.First Method

Definition

Returns an iterator to enumerate the items in the set of character groups.

public:
 virtual IIterator<CharacterGrouping ^> ^ First() = IIterable<CharacterGrouping ^>::First;
IIterator<CharacterGrouping> First();
public IIterator<CharacterGrouping> First();
function first()
Public Function First () As IIterator(Of CharacterGrouping)

Returns

The iterator. The current position of the iterator is index 0, or the end of the set of character groups if the set is empty.

Implements

Applies to