Beispiel #1
0
 /// <summary>
 /// Returns an enumarator that iterates through the collection
 /// </summary>
 /// <returns>A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection</returns>
 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
 {
     return(ResultList.GetEnumerator());
 }
Beispiel #2
0
 /// <summary>
 /// Returns an enumerator that iterates through the collection.
 /// </summary>
 /// <returns>A System.Collections.Generic.IEnumerator<T> that can be used to iterate through
 ///     the collection.</returns>
 public IEnumerator <T> GetEnumerator()
 {
     return(ResultList.GetEnumerator());
 }