Click or drag to resize

UniqueValueListT Methods

The UniqueValueListT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified item.
(Inherited from UniqueListT.)
Public methodAddOrGet
Adds the item or if it's already present it gets its instance
(Inherited from UniqueListT.)
Public methodAddRange
Adds the range specified
Public methodClear
Removes all items from the ICollectionT.
(Inherited from UniqueListT.)
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from UniqueListT.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from UniqueListT.)
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 UniqueListT.)
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
Determines the index of a specific item in the IListT.
(Inherited from UniqueListT.)
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 methodICollectionTAdd
Adds an item to the ICollectionT.
(Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIListTInsert
Inserts an item to the IListT at the specified index.
(Inherited from UniqueListT.)
Explicit interface implementationPrivate methodICollectionTRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIListTRemoveAt
Removes the IListT item at the specified index.
(Inherited from UniqueListT.)
Top
See Also