csharp
public enum CollectionChangeKindWhat happened to a collection.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
InsertedOne item appeared at Index.
RemovedOne item left Index.
ReplacedThe item at Index was replaced.
MovedThe item moved from Index to Target.
Used by (3)
- CollectionChangeVixen.Ui.Reactive
- CollectionSignalVixen.Ui.Reactive
- CollectionSignalTestsVixen.Ui.Reactive.Tests