| UniqueListTICollectionTAdd Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxvoid ICollection<T>.Add(
	T item
)
Private Sub Add ( 
	item As T
) Implements ICollection(Of T).Add
Parameters
- item
 - Type: T
The object to add to the ICollectionT. 
Implements
ICollectionTAdd(T)
Exceptions
See Also