csharp
public enum SyncListChangeWhat happened to a list.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
AddedSomething was appended.
InsertedSomething was put in the middle.
RemovedSomething was taken out.
ReplacedSomething was replaced.
ClearedAll of it went.
Used by (3)
- OperationVixen.Net.Engine
- SyncListVixen.Net.Engine
- SyncListTestsVixen.Net.Engine.Tests