EntitySet<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:
virtual void Insert(
	int index,
	Object^ value
) sealed = 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<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: