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