EntitySet(Of TEntity).IList.Insert Method (Int32, Object)

 

For a description of this member, see Insert.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Private Sub Insert (
	index As Integer,
	value As Object
)
	Implements IList.Insert

Parameters

index
Type: System.Int32

The index of the object in the list.

value
Type: System.Object

The object to insert into the list.

This member is an explicit interface member implementation. It can be used only when the EntitySet(Of TEntity) instance is cast to an IList interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: