csharp
public readonly record struct CollectionChangeOne 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 KindWhat happened.
public int IndexWhere it happened.
public int TargetThe 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