示例#1
0
 private Value GetArrayFor(IEnumerable <DynamicRecord> records)
 {
     return(getRightArray(_arrayStore.readFullByteArray(records, PropertyType.Array)));
 }
示例#2
0
 private Pair <sbyte[], sbyte[]> LoadArray(ICollection <DynamicRecord> records)
 {
     return(_arrayStore.readFullByteArray(records, PropertyType.Array));
 }