Ejemplo n.º 1
0
 internal CharacterCollectionEnumerator(CharacterCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
Ejemplo n.º 2
0
 public Friends()
 {
     this.m_Characters = new CharacterCollection();
 }