CuteEditor for .NET 6.2 Class Library

AttachmentItemCollection.GetEnumerator Method 

Returns an enumerator that iterates through a collection.

[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator _
    Implements IEnumerable.GetEnumerator
[C#]
public IEnumerator GetEnumerator();

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator

See Also

AttachmentItemCollection Class | CuteEditor Namespace