示例#1
0
 public ByteArray /*!*/ expandtabs(int tabsize)
 {
     lock (this) {
         return(new ByteArray(_bytes.ExpandTabs(tabsize)));
     }
 }