This class represents/maintains a collection of Attachment items.

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

Syntax

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

Inheritance Hierarchy

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

See Also