Foley .NET Utilities Class Library

LinkedSet Members

Public Instance Constructors

LinkedSetOverloaded. Initialize a new instance of the LinkedSet class.

Public Instance Properties

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.

Public Instance Methods

AddOverloaded. Adds the elements of an ICollection to the end of the LinkedSet.
Clear Removes all elements from the LinkedSet.
CloneOverloaded. Creates a shallow copy of the LinkedSet.
ContainsOverloaded. 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.
RemoveOverloaded. 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.

Protected Instance Methods

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.

See Also

LinkedSet Class | Foley.Utilities.Collections Namespace