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.2.0.0 (5.2.17.0403)
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