IsisCodecManagerGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumerator
See Also