AttachmentItemCollection.GetEnumerator Method
Returns an enumerator that iterates through a collection.
[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator _
NotOverridable Public Function GetEnumerator() As IEnumerator _
    Implements IEnumerable.GetEnumerator
[C#]
public IEnumerator GetEnumerator();
Return Value
public IEnumerator GetEnumerator();
An IEnumerator object that can be used to iterate through the collection.
ImplementsIEnumerable.GetEnumerator
See AlsoAttachmentItemCollection Class | CuteWebUI Namespace