示例#1
0
 public static void Delete(StorageContext context, byte[] key)
 {
     context.Delete(key);
 }