MarshalByRefReadOnlyCollectionBaseGetEnumerator Method |
Returns a reference to an IEnumerator interface, whose purpose is to grant access to an
enumeration's items.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.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:
IEnumerator A reference to an IEnumerator interface.
Implements
IEnumerableGetEnumeratorSee Also