[]
        
(Showing Draft Content)

C1.LiveLinq.Collections.IndexedCollection-1.AddRange

AddRange Method

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the IndexedCollection<T>

Declaration
public void AddRange(IEnumerable<T> items)
Parameters
Type Name Description
IEnumerable<T> items

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