UniqueListTICollectionTAdd Method |
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 void ICollection<T>.Add(
T item
)
Private Sub Add (
item As T
) Implements ICollection(Of T).Add
Parameters
- item
- Type: T
The object to add to the ICollectionT.
Implements
ICollectionTAdd(T)Exceptions See Also