Squishy.Irc.IrcClient.BanListCompleteNotify C# (CSharp) Метод

BanListCompleteNotify() приватный Метод

private BanListCompleteNotify ( IrcChannel chan ) : void
chan IrcChannel
Результат void
        internal void BanListCompleteNotify(IrcChannel chan)
        {
            chan.BanListCompleteNotify();
            OnBanListComplete(chan);
        }