The vCardValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | vCardValueCollection()()()() |
Initializes an empty vCardValueCollection.
|
![]() | vCardValueCollection(Char) |
Initializes the value collection with the specified separator.
|
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.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of strings contained in the StringCollection.
(Inherited from StringCollection.) |
![]() | IsReadOnly |
Gets a value indicating whether the StringCollection is read-only.
(Inherited from StringCollection.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the StringCollection is synchronized (thread safe).
(Inherited from StringCollection.) |
![]() | Item |
Gets or sets the element at the specified index.
(Inherited from StringCollection.) |
![]() | Separator |
The suggested separator when writing values to a string.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the StringCollection.
(Inherited from StringCollection.) |