示例#1
0
 /// <summary>
 /// Obtains an enumerator for the members of this instance.
 /// </summary>
 /// <returns>A new enumerator for the members of this instance.</returns>
 public IEnumerator <ISchemaEntry> GetEnumerator()
 {
     if (IsDisposed)
     {
         throw new ObjectDisposedException(this.ToString());
     }
     return(_Members.GetEnumerator());
 }