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