Exemplo n.º 1
0
 public RunebookInfo(Item item)
     : base(item)
 {
     this.m_Runes = new RuneInfoCollection();
 }
Exemplo n.º 2
0
 internal RuneInfoCollectionEnumerator(RuneInfoCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }