コード例 #1
0
 public bool isdigit()
 {
     lock (this) {
         return(_bytes.IsDigit());
     }
 }