Inheritance: IList, ICollection, IEnumerable
コード例 #1
0
 // Methods
 public SelectedIndexEnumerator(ListBox.DisabledIndexCollection items)
 {
     this.items   = items;
     this.current = -1;
 }
コード例 #2
0
ファイル: ListBox.cs プロジェクト: nguyenq/VietOCR3.NET
 // Methods
 public SelectedIndexEnumerator(ListBox.DisabledIndexCollection items)
 {
     this.items = items;
     this.current = -1;
 }