Search Results for

    Show / Hide Table of Contents

    Struct ChangeSet.Move

    A ChangeSet.Move contains information about objects that moved within the same IRealmCollection<T>.

    Inherited Members
    ValueType.ToString()
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public struct ChangeSet.Move

    Properties

    | Edit this page View Source

    From

    Gets the index in the old version of the IRealmCollection<T> from which the object has moved.

    Declaration
    public readonly int From { get; }
    Property Value
    Type Description
    int

    The source index of the object.

    | Edit this page View Source

    To

    Gets the index in the new version of the IRealmCollection<T> to which the object has moved.

    Declaration
    public readonly int To { get; }
    Property Value
    Type Description
    int

    The destination index of the object.

    • Edit this page
    • View Source
    In this article
    • Properties
      • From
      • To
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX