UniqueListTAddOrGet Method |
Adds the item or if it's already present it gets its instance
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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