Click or drag to resize

aceCollectionTGetEnumerator Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns an enumerator that iterates through a collection.

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public IEnumerator GetEnumerator()
Request Example View Source

Return Value

Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IAceCollectionTGetEnumerator
IEnumerableGetEnumerator
See Also