コード例 #1
0
 public BlockCountInfo(int blockCount, int totalBytes, int dataBytes)
 {
     BlockCount = blockCount;
     BlockInfo = new BlockInfo(totalBytes, dataBytes);
 }
コード例 #2
0
 public BlockCountInfo(int blockCount, int totalBytes, int dataBytes)
 {
     BlockCount = blockCount;
     BlockInfo  = new BlockInfo(totalBytes, dataBytes);
 }