EntitySet<TEntity>::IList::Insert Method (Int32, Object^)
.NET Framework (current version)
For a description of this member, see Insert.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- index
-
Type:
System::Int32
The index of the object in the list.
- value
-
Type:
System::Object^
The object to insert into the list.
Implements
IList::Insert(Int32, Object^)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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: