internal ServerCollectionEnumerator(ServerCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
Exemple #2
0
 public ServerList()
 {
     this.m_Servers = new ServerCollection();
 }