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