This class represents/maintains a collection of Attachment items.

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public class AttachmentItemCollection : ICollection, 
	IEnumerable
Visual Basic (Declaration)
Public Class AttachmentItemCollection _
	Implements ICollection, IEnumerable
Visual C++
public ref class AttachmentItemCollection : ICollection, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  CuteEditor..::.AttachmentItemCollection

See Also