You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities Namespace > CollectionUtils Class > CollectionUtils Methods > AddRange Method > AddRange Method (this IList<T>, IEnumerable<T>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
CollectionUtils.AddRange Method (this IList<T>, IEnumerable<T>)

Adds the elements of the specified collection to the specified generic IList.

Syntax
C++
C#
Visual Basic
public: void AddRange<T>( this IList<T> initial, IEnumerable<T> collection );
Parameters
Parameters 
Description 
initial 
The list to add to. 
collection 
The collection of elements to add. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.