Part() public méthode

public Part ( ) : Part
Résultat NetIRC.Messages.Send.Part
Exemple #1
0
 /// <summary>
 /// Leave a specified channel based on the given Channel object.
 /// </summary>
 /// <param name="channel"></param>
 public void LeaveChannel(Channel channel)
 {
     this.Send(channel.Part());
 }
Exemple #2
0
 /// <summary>
 /// Leave a specified channel based on the given Channel object.
 /// </summary>
 /// <param name="channel"></param>
 public void LeaveChannel(Channel channel)
 {
     this.Send(channel.Part());
 }