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