[]
Adds the elements of the specified collection to the end of the StructList<T>.
public void AddRange(IEnumerable<T> collection)
Public Sub AddRange(collection As IEnumerable(Of T))
Type | Name | Description |
---|---|---|
IEnumerable<T> | collection | The collection whose elements should be added to the end of the StructList<T>. |