예제 #1
0
 void IDisposable.Dispose()
 {
     this.areasCollection = null;
 }
예제 #2
0
 public AreaEnumerator(HTMLAreasCollection collection)
 {
     this.areasCollection     = collection;
     this.areaCollectionCount = this.areasCollection.Length;
     this.areaCollectionIndex = -1;
 }