Vixen
02b45cc4
csharp
public readonly record struct CollectionChange

One entry in a collection's change log.

No guide page documents this yet — the page shows what the code says about itself.

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