PathSegmentCollection.First Method

Definition

Returns an iterator for the items in the collection.

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

Returns

The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.

Implements

Applies to