Vixen
dd8b0a81
csharp
public readonly record struct CollectionChange

One entry in a collection's change log.

Read the guide page for this →

Fields and properties (3)

  • public CollectionChangeKind Kind

    What happened.

  • public int Index

    Where it happened.

  • public int Target

    The destination of a Moved; otherwise -1.

Methods (1)

  • public CollectionChange(CollectionChangeKind Kind, int Index, int Target = -1)

    One entry in a collection's change log.

Used by (2)

  • CollectionSignalVixen.Ui.Reactive
  • CollectionSignalTestsVixen.Ui.Reactive.Tests