Struct ChangeSet.Move
A Change
Inherited Members
Namespace: Realms
Assembly: Realm.dll
Syntax
public struct ChangeSet.Move
Properties
| Edit this page View SourceFrom
Gets the index in the old version of the IRealm
Declaration
public readonly int From { get; }
Property Value
Type | Description |
---|---|
int | The source index of the object. |
To
Gets the index in the new version of the IRealm
Declaration
public readonly int To { get; }
Property Value
Type | Description |
---|---|
int | The destination index of the object. |