示例#1
0
 /// <inheritdoc cref="IStore"/>
 public long CountBlocks()
 {
     return(_store.CountBlocks());
 }