|
|
Initializes a new instance of the HashSet class. |
| Number of objects currently in the collection. | |
| When implemented by a class, gets a value indicating whether access to the ICollection is synchronized (thread-safe). | |
| When implemented by a class, gets an object that can be used to synchronize access to the ICollection. |
| When implemented by a class, copies the elements of the ICollection to an Array, starting at a particular Array index. | |
| Determines whether the specified Object is equal to the current Object. | |
| Returns an enumerator that can iterate through a collection. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Returns a String that represents the current Object. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |