internal RunebookInfoCollectionEnumerator(RunebookInfoCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
Пример #2
0
 public TravelAgent()
 {
     this.m_Runebooks = new RunebookInfoCollection();
 }