ListView.CheckedIndexCollection.cs 210 B

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