UniqueValueList<T>.AddRange Method |
Adds the range specified
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic void AddRange(
ICollection<T> c
)
Public Sub AddRange (
c As ICollection(Of T)
)
Parameters
- c
- Type: System.Collections.Generic.ICollection<T>
Collection with new objects to add
See Also