vCard

EmailAddressList Members

Public Instance Constructors

EmailAddressList Constructor Initializes a new instance of the EmailAddressList class.

Public Instance Properties

Count Gets the number of elements actually contained in the EmailAddressList.
IsFixedSize Gets a value indicating whether the EmailAddressList has a fixed size.
IsReadOnly Gets a value indicating whether the EmailAddressList is read-only.
IsSynchronized Gets a value indicating whether access to the EmailAddressList is synchronized (thread-safe).
Item Returns the object at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the EmailAddressList.

Public Instance Methods

AddOverloaded. Overloaded. Adds an object to the end of the EmailAddressList.
Clear Removes all elements from the EmailAddressList.
Contains Determines whether an element is in the EmailAddressList.
CopyTo Copies the EmailAddressList or a portion of it to a one-dimensional array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of a value in the EmailAddressList or in a portion of it.
Insert Inserts an element into the EmailAddressList at the specified index.
Remove Removes the first occurrence of a specific object from the EmailAddressList.
RemoveAt Removes the element at the specified index of the EmailAddressList.
ToString Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IEnumerable.GetEnumerator

See Also

EmailAddressList Class | MichaelEatonConsulting.vCard Namespace