Ejemplo n.º 1
0
 //private bool disposedValue = false;
 public void Dispose()
 {
     //not sure if this will work
     this._mHistory = null;
 }
Ejemplo n.º 2
0
 //constructor that takes an MarketHistory
 public MarketHistoryEnumerator(MarketHistory mHist)
 {
     _mHistory = mHist;
     maxIndex  = mHist.Dates.Count - 1;
 }