IEnumerable.GetEnumerator Method
Returns an enumerator that iterates through a collection.
public function GetEnumerator: IEnumerator;
Return Value
Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.
Returns an enumerator that iterates through a collection.
public function GetEnumerator: IEnumerator;
An IEnumerator object that can be used to iterate through the collection.