Click or drag to resize

instanceCountCollectionTGetEnumerator Method

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

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public IEnumerator<T> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorT
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also