Example #1
0
 public ByteArray /*!*/ capitalize()
 {
     lock (this) {
         return(new ByteArray(_bytes.Capitalize()));
     }
 }