Implemented interface member:
method
Insert
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
3 references to Insert
System.Data.Linq (3)
EntitySetDataBindingList.cs (2)
49this.data.Insert(index, item); 78this.data.Insert(index,item);
Types.cs (1)
580Insert(index, entity);