コード例 #1
0
 /// <summary>
 ///     Returns an enumerator that iterates through a collection.
 /// </summary>
 /// <returns>
 ///     An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
 /// </returns>
 IEnumerator IEnumerable.GetEnumerator()
 {
     return(Schemas.GetEnumerator());
 }
コード例 #2
0
 /// <summary>
 ///     Returns an enumerator that iterates through the collection.
 /// </summary>
 /// <returns>
 ///     An enumerator that can be used to iterate through the collection.
 /// </returns>
 public IEnumerator <DataPageSchema> GetEnumerator()
 {
     return(Schemas.GetEnumerator());
 }