Share via


EntitySet<TEntity>.IList.Insert Method

Inserts the specified object into the EntitySet<TEntity> at the specified index.

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

Syntax

'Declaration
Private Sub Insert ( _
    index As Integer, _
    item As Object _
) Implements IList.Insert
'Usage
Dim instance As EntitySet
Dim index As Integer
Dim item As Object

CType(instance, IList).Insert(index, _
    item)
void IList.Insert(
    int index,
    Object item
)

Parameters

  • index
    Type: System.Int32

    The point in the collection where the new object is inserted.

Implements

IList.Insert(Int32, Object)

See Also

Reference

EntitySet<TEntity> Class

EntitySet<TEntity> Members

Microsoft.SharePoint.Linq Namespace