PostSharp//API Reference/Post­Sharp.​Patterns.​Collections/Advisable­Keyed­Collection<TKey, TItem>/Insert­Items
Open sandboxFocus

Method InsertItems

InsertItems(Int32, TItem[])

Inserts elements into the underlying collection at the specified index.

Declaration
protected override void InsertItems(int index, TItem[] collection)
Parameters
Type Name Description
Int32 index

The zero-based index at which collection should be inserted.

TItem[] collection

The list of objects to insert. The values in the list can be null for reference types.

Overrides
PostSharp.Patterns.Collections.AdvisableCollection<TItem>.InsertItems(System.Int32, TItem[])