Class RealmSet<T>
Inheritance
Realms.RealmCollectionBase<T>
RealmSet<T>
Inherited Members
Realms.RealmCollectionBase<T>._argumentType
Realms.RealmCollectionBase<T>._isEmbedded
Realms.RealmCollectionBase<T>.CollectionChanged
Realms.RealmCollectionBase<T>.PropertyChanged
Realms.RealmCollectionBase<T>.Count
Realms.RealmCollectionBase<T>.ObjectSchema
Realms.RealmCollectionBase<T>.IsManaged
Realms.RealmCollectionBase<T>.IsValid
Realms.RealmCollectionBase<T>.IsFrozen
Realms.RealmCollectionBase<T>.Realm
Realms.RealmCollectionBase<T>.Freeze()
Realms.RealmCollectionBase<T>.Item[System.Int32]
Realms.RealmCollectionBase<T>.Snapshot()
Realms.RealmCollectionBase<T>.SubscribeForNotifications(Realms.NotificationCallbackDelegate<T>)
Realms.RealmCollectionBase<T>.RaiseCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
Realms.RealmCollectionBase<T>.RaisePropertyChanged()
Realms.RealmCollectionBase<T>.GetEnumerator()
Realms.RealmCollectionBase<T>.System.Collections.IEnumerable.GetEnumerator()
Realms.RealmCollectionBase<T>.IsReadOnly
Realms.RealmCollectionBase<T>.Clear()
Realms.RealmCollectionBase<T>.IndexOf(System.Object)
Realms.RealmCollectionBase<T>.Contains(System.Object)
Realms.RealmCollectionBase<T>.CopyTo(T[], System.Int32)
Assembly: Realm.dll
Syntax
[Preserve(AllMembers = true)]
public class RealmSet<T> : RealmCollectionBase<T>, NotificationsHelper.INotifiable, IRealmCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, INotifyCollectionChanged, INotifyPropertyChanged, IThreadConfined, ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDynamicMetaObjectProvider
Type Parameters
Methods
|
Improve this Doc
View Source
Add(T)
Declaration
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
|
Improve this Doc
View Source
Contains(T)
Declaration
public override bool Contains(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Overrides
Realms.RealmCollectionBase<T>.Contains(T)
|
Improve this Doc
View Source
ExceptWith(IEnumerable<T>)
Declaration
public void ExceptWith(IEnumerable<T> other)
Parameters
|
Improve this Doc
View Source
IndexOf(T)
Declaration
public override int IndexOf(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Overrides
Realms.RealmCollectionBase<T>.IndexOf(T)
|
Improve this Doc
View Source
IntersectWith(IEnumerable<T>)
Declaration
public void IntersectWith(IEnumerable<T> other)
Parameters
|
Improve this Doc
View Source
IsProperSubsetOf(IEnumerable<T>)
Declaration
public bool IsProperSubsetOf(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
IsProperSupersetOf(IEnumerable<T>)
Declaration
public bool IsProperSupersetOf(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
IsSubsetOf(IEnumerable<T>)
Declaration
public bool IsSubsetOf(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
IsSupersetOf(IEnumerable<T>)
Declaration
public bool IsSupersetOf(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
Overlaps(IEnumerable<T>)
Declaration
public bool Overlaps(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
Remove(T)
Declaration
public bool Remove(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
|
Improve this Doc
View Source
SetEquals(IEnumerable<T>)
Declaration
public bool SetEquals(IEnumerable<T> other)
Parameters
Returns
|
Improve this Doc
View Source
SymmetricExceptWith(IEnumerable<T>)
Declaration
public void SymmetricExceptWith(IEnumerable<T> other)
Parameters
|
Improve this Doc
View Source
UnionWith(IEnumerable<T>)
Declaration
public void UnionWith(IEnumerable<T> other)
Parameters
Explicit Interface Implementations
|
Improve this Doc
View Source
ICollection<T>.Add(T)
Declaration
void ICollection<T>.Add(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
|
Improve this Doc
View Source
Declaration
DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(Expression expression)
Parameters
Returns
Implements
Extension Methods