public void Delete(DatastoreKey datastoreKey) => _child.Delete(_convert(datastoreKey));
示例#2
0
 public void Delete(DatastoreKey datastoreKey) => _lock.Write(() => _batch.Delete(datastoreKey));