UniqueListTICollectionTAdd Method |
Adds an item to the ICollectionT.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid 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)
ExceptionsException | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also