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

private SetTopic ( string channel, string topic = null ) : void
channel string
topic string
Результат void
Пример #1
0
 /// <summary>
 /// Requests the current topic of the channel.
 /// </summary>
 public void GetTopic()
 {
     client.SetTopic(this.name);
 }
Пример #2
0
 /// <summary>
 ///     Requests the current topic of the channel.
 /// </summary>
 public void GetTopic()
 {
     client.SetTopic(Name);
 }