AttachmentCollection Members
The AttachmentCollection class represents a collection of Attachment objects.
The following tables list the members exposed by the AttachmentCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | The Count property gets the number of elements that are contained in the collection. | |
Item | The Item property gets or sets the element in the specified index in the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. The Add method adds an instance of the Attachment class to the collection. | |
Clear | The Clear method removes all elements from the collection. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | The GetEnumerator method returns an enumerator object that can be used to iterate through the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Remove | The Remove method removes an element from the collection based on the Attachment object specified by the attachment parameter. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.IEnumerable<Attachment>.GetEnumerator | The System.Collections.Generic.IEnumerable.GetEnumerator method returns an enumerator object that can be used to iterate through the collection. | |
System.Collections.IEnumerable.GetEnumerator | The System.Collections.IEnumerable.GetEnumerator method returns an enumerator object that can be used to iterate through the collection. |
Top