The vCardValueCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(String) |
Adds a string to the end of the StringCollection.
(Inherited from StringCollection.) | |
Add(StringCollection) |
Adds the contents of a StringCollection to the collection.
| |
AddRange |
Copies the elements of a string array to the end of the StringCollection.
(Inherited from StringCollection.) | |
Clear |
Removes all the strings from the StringCollection.
(Inherited from StringCollection.) | |
Contains |
Determines whether the specified string is in the StringCollection.
(Inherited from StringCollection.) | |
CopyTo |
Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array.
(Inherited from StringCollection.) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetEnumerator |
Returns a StringEnumerator that iterates through the StringCollection.
(Inherited from StringCollection.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IndexOf |
Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection.
(Inherited from StringCollection.) | |
Insert |
Inserts a string into the StringCollection at the specified index.
(Inherited from StringCollection.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific string from the StringCollection.
(Inherited from StringCollection.) | |
RemoveAt |
Removes the string at the specified index of the StringCollection.
(Inherited from StringCollection.) | |
ToString | (Inherited from Object.) |