コード例 #1
0
 public static IrcLine Parse(string line)
 {
     return(IrcLine.Parse(line, true));
 }