Struct ChangeSet.Move
ChangeSet.Move包含有关在同一IRealmCollection<T>中移动的对象的信息。
继承成员
命名空间: Realms
程序集:Realm.dll
语法
public struct ChangeSet.Move
属性
| 编辑本页 查看源代码From
获取对象已移出的旧版本IRealmCollection<T>中的索引。
声明
public readonly int From { get; }
属性值
类型 | 说明 |
---|---|
int | 对象的源索引。 |
以
获取对象已移至新版本IRealmCollection<T>中的索引。
声明
public readonly int To { get; }
属性值
类型 | 说明 |
---|---|
int | 对象的目标索引。 |