Ejemplo n.º 1
0
 public static extern bool remove_value(SetHandle handle, PrimitiveValue value, out NativeException ex);
Ejemplo n.º 2
0
 internal RealmSet(Realm realm, SetHandle adoptedSet, RealmObjectBase.Metadata metadata)
     : base(realm, metadata)
 {
     _setHandle = adoptedSet;
 }
Ejemplo n.º 3
0
 public static extern IntPtr freeze(SetHandle handle, SharedRealmHandle frozen_realm, out NativeException ex);
Ejemplo n.º 4
0
 public static extern void get_value(SetHandle handle, IntPtr link_ndx, out PrimitiveValue value, out NativeException ex);
Ejemplo n.º 5
0
 public static extern IntPtr snapshot(SetHandle list, out NativeException ex);
Ejemplo n.º 6
0
 public static extern bool get_is_frozen(SetHandle handle, out NativeException ex);
Ejemplo n.º 7
0
 public static extern IntPtr add_notification_callback(SetHandle handle, IntPtr managedSetHandle, NotificationCallbackDelegate callback, out NativeException ex);
Ejemplo n.º 8
0
 public static extern IntPtr get_thread_safe_reference(SetHandle handle, out NativeException ex);
Ejemplo n.º 9
0
 public static extern void clear(SetHandle handle, out NativeException ex);
Ejemplo n.º 10
0
 public static extern IntPtr size(SetHandle handle, out NativeException ex);
Ejemplo n.º 11
0
 public static extern bool overlaps(SetHandle handle, CollectionHandleBase other_handle, out NativeException ex);
Ejemplo n.º 12
0
 public static extern bool is_superset_of(SetHandle handle, CollectionHandleBase other_handle, [MarshalAs(UnmanagedType.I1)] bool proper, out NativeException ex);
Ejemplo n.º 13
0
 public static extern void union_with(SetHandle handle, CollectionHandleBase other_handle, out NativeException ex);
Ejemplo n.º 14
0
 public static extern void symmetric_except_with(SetHandle handle, CollectionHandleBase other_handle, out NativeException ex);
Ejemplo n.º 15
0
 public static extern bool set_equals(SetHandle handle, CollectionHandleBase other_handle, out NativeException ex);