Example #1
0
 void IDisposable.Dispose()
 {
     this.htmlCollectionCollection = null;
 }
Example #2
0
 public ElementEnumerator(HTMLCollectionOf <U> collection)
 {
     this.htmlCollectionCollection = collection;
     this.htmlCollectionCount      = this.htmlCollectionCollection.Length;
     this.htmlCollectionIndex      = -1;
 }