Click or drag to resize

UniqueValueList<T> Methods

The UniqueValueList<T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified item.
(Inherited from UniqueList<T>.)
Public methodAddOrGet
Adds the item or if it's already present it gets its instance
(Inherited from UniqueList<T>.)
Public methodAddRange
Adds the range specified
Public methodClear (Inherited from UniqueList<T>.)
Public methodContains (Inherited from UniqueList<T>.)
Public methodCopyTo (Inherited from UniqueList<T>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from UniqueList<T>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from UniqueList<T>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollection<T>.Add (Inherited from UniqueList<T>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from UniqueList<T>.)
Explicit interface implementationPrivate methodIList<T>.Insert (Inherited from UniqueList<T>.)
Explicit interface implementationPrivate methodICollection<T>.Remove (Inherited from UniqueList<T>.)
Explicit interface implementationPrivate methodIList<T>.RemoveAt (Inherited from UniqueList<T>.)
Top
See Also