예제 #1
0
 public void Delete(DatastoreKey datastoreKey) => _child.Delete(_convert(datastoreKey));
예제 #2
0
 public void Delete(DatastoreKey datastoreKey) => _lock.Write(() => _batch.Delete(datastoreKey));