UniqueList<T>.ICollection<T>.Add Method |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.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 ICollection<T>.
Implements
ICollection<T>.Add(T)
Exceptions
See Also