コード例 #1
0
 public static Task TruncateSync(this UVFile file, int offset)
 {
     return(file.TruncateSync(file.Loop, offset));
 }