ListCollectionTGetEnumerator Method

Returns an enumerator that iterates through the CollectionT.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
public ListTEnumerator GetEnumerator()

Return Value

ListTEnumerator
An IEnumeratorT for the CollectionT.

See Also