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

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

private UsersAddedNotify ( IrcChannel chan, IrcUser users ) : void
chan IrcChannel
users IrcUser
Результат void
        internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
        {
            chan.UsersAddedNotify(users);
            OnUsersAdded(chan, users);
        }