LinkedSet | Overloaded. Initialize a new instance of the LinkedSet class. |
Count | Gets the number of elements contained in the LinkedSet. |
IsEmpty | Gets a boolean value indicating whether the LinkedSet 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 | Gets an Object that can be used to synchronize access to the LinkedSet. |
Add | Overloaded. Adds the elements of an ICollection to the end of the LinkedSet. |
Clear | Removes all elements from the LinkedSet. |
Clone | Overloaded. Creates a shallow copy of the LinkedSet. |
Contains | Overloaded. Determines whether all the elements in the specified collection are contained in the LinkedSet. |
CopyTo | Copies the entire LinkedSet 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 | Returns an enumerator for the entire LinkedSet. |
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 occurrence of each element of the specified ICollection from the LinkedSet. |
Retain | Retains the occurrence of each element of the specified ICollection from the LinkedSet. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
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. |