[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.AddRange

AddRange Method

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the StructList<T>.

Declaration
public void AddRange(IEnumerable<T> collection)
Public Sub AddRange(collection As IEnumerable(Of T))
Parameters
Type Name Description
IEnumerable<T> collection

The collection whose elements should be added to the end of the StructList<T>.