UniqueValueListT Constructor (ICollectionT) | 
 
            Creates a new UniqueValueList instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic UniqueValueList(
	ICollection<T> c
)
Public Sub New ( 
	c As ICollection(Of T)
)
Parameters
- c
 - Type: System.Collections.GenericICollectionT
Collection of objects to add to this collection. It will use the  
See Also