2 references to AddRange
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewSubItemCollectionTests.cs (2)
378
collection.
AddRange
(items);
418
Assert.Throws<ArgumentNullException>("items", () => collection.
AddRange
((string[])null));