2 references to Add
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewGroupCollectionTests.cs (2)
507
collection.
Add
(key, headerText);
1080
Assert.Throws<InvalidOperationException>(() => listView.Groups.
Add
(key: "key", headerText: "text"));