Share via


SyncList<TListType>.InsertItem Method (Int32, TListType)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts the element in the list at the specified index.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

protected override void InsertItem(
    int index,
    TListType item
)
protected:
virtual void InsertItem(
    int index,
    TListType item
) override
override InsertItem : 
        index:int *
        item:'TListType -> unit
Protected Overrides Sub InsertItem (
    index As Integer,
    item As TListType
)

Parameters

  • index
    Type: System.Int32

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

See Also

SyncList<TListType> Class
Microsoft.Reporting.WinForms Namespace

Return to top