Vixen
02b45cc4
csharp
public enum SyncListChange

What happened to a list.

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

Fields and properties (5)

  • Added

    Something was appended.

  • Inserted

    Something was put in the middle.

  • Removed

    Something was taken out.

  • Replaced

    Something was replaced.

  • Cleared

    All of it went.

Used by (3)

  • OperationVixen.Net.Engine
  • SyncListVixen.Net.Engine
  • SyncListTestsVixen.Net.Engine.Tests