ListView.CheckedListViewItemCollection.cs 216 B

12345678910111213
  1. using System.Collections;
  2. namespace System.Windows.Forms
  3. {
  4. public partial class ListView
  5. {
  6. // TODO
  7. public class CheckedListViewItemCollection : CollectionBase
  8. {
  9. }
  10. }
  11. }