Beispiel #1
0
 public void Clear()
 {
     Channel = new IrcChannel[0];
 }
Beispiel #2
0
 public IrcChannelCollection()
 {
     Channel = new IrcChannel[0];
 }