Share via


PathSegmentCollection.First Méthode

Définition

Retourne un itérateur pour les éléments de la 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)

Retours

Itérateur. La position actuelle de l’itérateur est la position 0-index, ou à la fin de la collection si la collection est vide.

Implémente

S’applique à