コード例 #1
0
 public MarkupTokenizer(string text)
 {
     _reader = new StringBuffer(text ?? throw new ArgumentNullException(nameof(text)));
 }