Share via


SyncList<TListType>.RemoveItem Method (Int32)

 

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

Removes the element at the specified index.

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

Syntax

protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
override RemoveItem : 
        index:int -> unit
Protected Overrides Sub RemoveItem (
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the element to remove.

See Also

SyncList<TListType> Class
Microsoft.Reporting.WinForms Namespace

Return to top