UniqueListTAddOrGet Method  | 
 
            Adds the item or if it's already present it gets its instance
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic T AddOrGet(
	T item
)
Public Function AddOrGet ( 
	item As T
) As T
Parameters
- item
 - Type: T
The item. 
Return Value
Type: 
T
See Also