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