The vCardValueCollection type exposes the following members.

Constructors

  NameDescription
Public methodvCardValueCollection()()()()
Initializes an empty vCardValueCollection.
Public methodvCardValueCollection(Char)
Initializes the value collection with the specified separator.

Methods

  NameDescription
Public methodAdd(String)
Adds a string to the end of the StringCollection.
(Inherited from StringCollection.)
Public methodAdd(StringCollection)
Adds the contents of a StringCollection to the collection.
Public methodAddRange
Copies the elements of a string array to the end of the StringCollection.
(Inherited from StringCollection.)
Public methodClear
Removes all the strings from the StringCollection.
(Inherited from StringCollection.)
Public methodContains
Determines whether the specified string is in the StringCollection.
(Inherited from StringCollection.)
Public methodCopyTo
Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array.
(Inherited from StringCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns a StringEnumerator that iterates through the StringCollection.
(Inherited from StringCollection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection.
(Inherited from StringCollection.)
Public methodInsert
Inserts a string into the StringCollection at the specified index.
(Inherited from StringCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific string from the StringCollection.
(Inherited from StringCollection.)
Public methodRemoveAt
Removes the string at the specified index of the StringCollection.
(Inherited from StringCollection.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of strings contained in the StringCollection.
(Inherited from StringCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the StringCollection is read-only.
(Inherited from StringCollection.)
Public propertyIsSynchronized
Gets a value indicating whether access to the StringCollection is synchronized (thread safe).
(Inherited from StringCollection.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from StringCollection.)
Public propertySeparator
The suggested separator when writing values to a string.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the StringCollection.
(Inherited from StringCollection.)

See Also