5 overrides of InsertRange
mscorlib (5)
system\collections\arraylist.cs (5)
976
public override void
InsertRange
(int index, ICollection c) {
1380
public override void
InsertRange
(int index, ICollection c) {
1772
public override void
InsertRange
(int index, ICollection c) {
2029
public override void
InsertRange
(int index, ICollection c) {
2396
public override void
InsertRange
(int index, ICollection c) {
8 references to InsertRange
mscorlib (5)
system\collections\arraylist.cs (5)
216
InsertRange
(_size, c);
988
al.
InsertRange
(index, c);
1382
_list.
InsertRange
(index, c);
2203
_baseList.
InsertRange
(_baseIndex + _baseSize, c);
2406
_baseList.
InsertRange
(_baseIndex + index, c);
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
1849
_changeLog.
InsertRange
(0, changeLog);
System.Web (1)
Management\SqlServices.cs (1)
188
tables.
InsertRange
(tables.Count, s_featureInfos[i]._tablesRemovedInUninstall);
System.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
149
this.InnerList.
InsertRange
(0, collToAdd);