Collection Methods |
The Collection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an element to a Collection object.
|
|
BuildFromVBCollection | ||
Clear |
Deletes all elements of a Visual Basic Collection object.
|
|
Contains |
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) |
|
GetEnumerator |
Returns a reference to an enumerator object, which is used to iterate over a Collection object.
|
|
GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode.) |
|
GetObjectData | ||
IListAdd | ||
Remove(Int32) |
Removes an element from a Collection object.
|
|
Remove(String) |
Removes an element from a Collection object.
|
|
SetObjectData |
Name | Description | |
---|---|---|
ICollectionCopyTo | ||
IListClear | ||
IListContains | ||
IListIndexOf | ||
IListInsert | ||
IListRemove | ||
IListRemoveAt |