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