Baca dalam bahasa Inggris

Bagikan melalui


Page1<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<T> GetEnumerator ();

Returns

A an enumerator that can be used to iterate through the collection.

Implements

Applies to