TelephoneList Constructor | Initializes a new instance of the TelephoneList class. |
Count | Gets the number of elements actually contained in the TelephoneList. |
IsFixedSize | Gets a value indicating whether the TelephoneList has a fixed size. |
IsReadOnly | Gets a value indicating whether the TelephoneList is read-only. |
IsSynchronized | Gets a value indicating whether access to the TelephoneList 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 TelephoneList. |
Add | Overloaded. Overloaded. Adds an object to the end of the TelephoneList. |
Clear | Removes all elements from the TelephoneList. |
Contains | Determines whether an element is in the TelephoneList. |
CopyTo | Copies the TelephoneList 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 TelephoneList or in a portion of it. |
Insert | Inserts an element into the TelephoneList at the specified index. |
Remove | Removes the first occurrence of a specific object from the TelephoneList. |
RemoveAt | Removes the element at the specified index of the TelephoneList. |
ToString | Returns a String that represents the current Object. |
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. |
TelephoneList Class | MichaelEatonConsulting.vCard Namespace