'Declaration Public Overloads Sub AddRange( _ ByVal value As IList(Of T) _ )
'Usage Dim instance As CollectionBase(Of T) Dim value As IList(Of T) instance.AddRange(value)
Parameters
- value
- A IList<T> containing the objects to add to the collection.
'Declaration Public Overloads Sub AddRange( _ ByVal value As IList(Of T) _ )
'Usage Dim instance As CollectionBase(Of T) Dim value As IList(Of T) instance.AddRange(value)