コード例 #1
0
 public VisualCellsCollectionEnumerator(VisualCellsCollection collection)
 {
     this.collection = collection;
 }
コード例 #2
0
 public void Dispose()
 {
     this.collection = (VisualCellsCollection)null;
     this.current    = (GridCellElement)null;
 }
コード例 #3
0
ファイル: GridRowElement.cs プロジェクト: RichardHaggard/BDC
 public GridRowElement()
 {
     this.visualCells = new VisualCellsCollection(this);
 }