示例#1
0
 public bool isspace()
 {
     lock (this) {
         return(_bytes.IsWhiteSpace());
     }
 }