InfoCollectionTParent, TInfoIEnumerableTInfoGetEnumerator Method

CVB.Net Documentation
Provides the enumerator for plane information access.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

IEnumerator<TInfo> IEnumerable<TInfo>.GetEnumerator()

Return Value

Type: IEnumeratorTInfo
Enumerator

Return Value

Type: IEnumeratorTInfo
IEnumeratorT for this collection.

Implements

IEnumerableTGetEnumerator
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent image has already been disposed of
See Also

Reference