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