/// <summary>Returns an enumerator that iterates through a collection.
 /// </summary>
 /// <returns>An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
 /// </returns>
 public IEnumerator <IInterestRateCompounding> GetEnumerator()
 {
     return(m_Pool.GetEnumerator());
 }
Пример #2
0
 /// <summary>Returns an enumerator that iterates through a collection.
 /// </summary>
 /// <returns>An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
 /// </returns>
 public IEnumerator <IZeroRateCompounding> GetEnumerator()
 {
     return(m_Pool.GetEnumerator());
 }