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