// Methods public SelectedIndexEnumerator(ListBox.DisabledIndexCollection items) { this.items = items; this.current = -1; }