vCard

DeliveryLabelList Members

Public Instance Constructors

DeliveryLabelList Constructor Initializes a new instance of the DeliveryLabelList class.

Public Instance Properties

Count Gets the number of elements actually contained in the DeliveryLabelList.
IsFixedSize Gets a value indicating whether the DeliveryLabelList has a fixed size.
IsReadOnly Gets a value indicating whether the DeliveryLabelList is read-only.
IsSynchronized Gets a value indicating whether access to the DeliveryLabelList 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 DeliveryLabelList.

Public Instance Methods

AddOverloaded. Overloaded. Adds an object to the end of the DeliveryLabelList.
Clear Removes all elements from the DeliveryLabelList.
Contains Determines whether an element is in the DeliveryLabelList.
CopyTo Copies the DeliveryLabelList or a portion of it to a one-dimensional array.y
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 DeliveryLabelList or in a portion of it.
Insert Inserts an element into the DeliveryLabelList at the specified index.
Remove Removes the first occurrence of a specific object from the DeliveryLabelList.
RemoveAt Removes the element at the specified index of the DeliveryLabelList.
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

DeliveryLabelList Class | MichaelEatonConsulting.vCard Namespace