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