Inheritance: IList, ICollection, IEnumerable
Exemple #1
0
 // Methods
 public SelectedIndexEnumerator(ListBox.DisabledIndexCollection items)
 {
     this.items   = items;
     this.current = -1;
 }
Exemple #2
0
 // Methods
 public SelectedIndexEnumerator(ListBox.DisabledIndexCollection items)
 {
     this.items = items;
     this.current = -1;
 }