Click or drag to resize

MarshalByRefReadOnlyCollectionBase.GetEnumerator 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()

Return Value

Type: IEnumerator
A reference to an IEnumerator interface.

Implements

IEnumerable.GetEnumerator()
See Also