Beispiel #1
0
        public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, IDictionary <TKey, TValue> value)
        {
            FScriptMapHelper helper = new FScriptMapHelper(prop);

            TMapReadWriteMarshaler <TKey, TValue> .ToNativeInternal(
                nativeBuffer, arrayIndex, value, ref helper, keyToNative, valueToNative);
        }
Beispiel #2
0
 public void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, IDictionary <TKey, TValue> value)
 {
     helper.Update(property);
     TMapReadWriteMarshaler <TKey, TValue> .ToNativeInternal(nativeBuffer, arrayIndex, value, ref helper, keyToNative, valueToNative);
 }