[]
Copies the elements of the specified array to the end of the collection.
public virtual void AddRange(T[] value)
Public Overridable Sub AddRange(value As T())
Type | Name | Description |
---|---|---|
T[] | value | An array of type |
Adds the contents of another IList
public void AddRange(IList<T> value)
Public Sub AddRange(value As IList(Of T))
Type | Name | Description |
---|---|---|
IList<T> | value | A IList |
Adds the contents of another CollectionEx
public void AddRange(CollectionBase<T> value)
Public Sub AddRange(value As CollectionBase(Of T))
Type | Name | Description |
---|---|---|
CollectionBase<T> | value | A CollectionEx |