示例#1
0
 void IDisposable.Dispose()
 {
     this.nodeListCollection = null;
 }
示例#2
0
 public NodeEnumerator(NodeListOf <U> collection)
 {
     this.nodeListCollection = collection;
     this.nodeListCount      = this.nodeListCollection.Length;
     this.nodeListIndex      = -1;
 }