예제 #1
0
 /// <summary>
 /// Returns an <see cref="System.Collections.IEnumerator"/> that can iterate
 /// through a collection.
 /// </summary>
 /// <remarks>
 /// <p>
 /// The returned <see cref="System.Collections.IEnumerator"/> is the
 /// <see cref="System.Collections.IEnumerator"/> exposed by the
 /// <see cref="Oragon.Spring.Objects.Factory.Support.MethodOverrides.Overrides"/>
 /// property.
 /// </p>
 /// </remarks>
 /// <returns>
 /// An <see cref="System.Collections.IEnumerator"/> that can iterate through a
 /// collection.
 /// </returns>
 public IEnumerator GetEnumerator()
 {
     return(Overrides.GetEnumerator());
 }