Rehash() public static method

public static Rehash ( ) : string
return string
コード例 #1
0
 public void RfcRehash() => WriteLine(Rfc2812.Rehash());
コード例 #2
0
ファイル: IrcCommands.cs プロジェクト: zerk-js/SOTSII-SOS
 public void RfcRehash()
 {
     this.WriteLine(Rfc2812.Rehash());
 }