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