Count (inherited from Collection2Base) | When implemented by a class, gets the number of elements contained in the collection. |
IsEmpty (inherited from Collection2Base) |
Gets a boolean value idicating whether the collection is
empty or not.
|
IsFixedSize (inherited from Collection2Base) |
Gets a boolean value indicating whether the collection has a
fixed size.
|
IsReadOnly (inherited from Collection2Base) |
Gets a boolean value indicating whether the collection is
read-only.
|
IsSynchronized (inherited from Collection2Base) |
Gets a boolean value indicating whether access to the
collection is synchronized (thread-safe).
|
SyncRoot (inherited from Collection2Base) | Gets an Object that can be used to synchronize access to the collection. |
Add | Overloaded. Adds the elements of the specified ICollection to the set. |
Clear (inherited from Collection2Base) | Removes all elements from the collection. |
Contains | Overloaded. Determines whether all the elements in the specified ICollection are contained in the set. |
CopyTo (inherited from Collection2Base) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetEnumerator (inherited from Collection2Base) | When implemented by a class, returns an IEnumerator for the entire collection. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Remove | Overloaded. Removes the first occurrence of each element of the specified ICollection from the set. |
Retain | Retains the first occurrence of each element of the specified ICollection from the set. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
SetBase Constructor | Protected constructor for abstract class. |
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
IsContainedIn (inherited from Collection2Base) | Determins if the specified value is contained in the specified collection. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |