Click or drag to resize

cursorZoneCollectionGetEnumerator Method

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

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
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

IEnumerableGetEnumerator
See Also