Click or drag to resize

deliveryUnitItemCollectionGetEnumerator Method

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

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public IEnumerator<IDeliveryUnitItem> GetEnumerator()
Request Example View Source

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also