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.6.0.0 (5.6.19.0117)
Syntax public T AddOrGet(
T item
)
Public Function AddOrGet (
item As T
) As T
Parameters
- item
- Type: T
The item.
Return Value
Type:
TSee Also