Insert(int, MemberReferenceMap) Method
Inserts an item to the System.Collections.Generic.IList`1 at the specified index.

Syntax

public virtual void Insert(int index, MemberReferenceMap item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item MemberReferenceMap The object to insert into the System.Collections.Generic.IList`1.