NonNullCollection<T>.InsertItem Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As T _
)
'Usage
Dim index As Integer
Dim item As T

Me.InsertItem(index, item)
protected override void InsertItem(
    int index,
    T item
)

Parameters

  • item
    Type: T

See Also

Reference

NonNullCollection<T> Class

NonNullCollection<T> Members

Microsoft.SharePoint.Portal Namespace