Click or drag to resize
UniqueValueListT Class
Placeholder type for UniqueList. This type is kept as it's a public type and removing it in favor of UniqueList will break code.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesUniqueListT
    SD.LLBLGen.Pro.ORMSupportClassesUniqueValueListT

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class UniqueValueList<T> : UniqueList<T>

Type Parameters

T

The UniqueValueListT type exposes the following members.

Constructors
Properties
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 (Inherited from UniqueListT.)
Public methodContains (Inherited from UniqueListT.)
Public methodCopyTo (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 (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 (Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIListTInsert (Inherited from UniqueListT.)
Explicit interface implementationPrivate methodICollectionTRemove (Inherited from UniqueListT.)
Explicit interface implementationPrivate methodIListTRemoveAt (Inherited from UniqueListT.)
Top
See Also