Collection4.

GetEnumerator() Method

Summary

Iterates through the collection in reversed insertion order which happens to be the fastest.

Syntax

public IEnumerator GetEnumerator()

Remarks

Iterates through the collection in reversed insertion order which happens to be the fastest.

Return Value

Type Description
IEnumerator