Example #1
0
 /// <summary>
 /// Returns an enumerator that enumerates through the <see
 /// cref="EditorDictionary"/>.
 /// </summary>
 /// <returns>
 /// A <see cref="Dictionary{TKey, TValue}.Enumerator"/> for the
 /// <see cref="EditorDictionary"/>.
 /// </returns>
 public Dictionary <string, IEditor> .Enumerator GetEnumerator()
 {
     return(Editors.GetEnumerator());
 }