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