Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public T AddOrGet(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: T
See Also