[]
        
(Showing Draft Content)

C1.Framework.ElementList.InsertRange

InsertRange Method

InsertRange(int, ICollection)

Inserts the elements of a collection into the list at the specified index.

Declaration
public override void InsertRange(int index, ICollection c)
Parameters
Type Name Description
int index

Index where the elements will be inserted.

ICollection c

ICollection whose elements will be inserted.

Overrides