The delegate argument itemIndex now seems to be itemCount, but this is undocumented in 5.2p1. Is this an error?
In the docs that come with 5.2p1 and earlier versions for SyncList<T0>.SyncListChanged there is:
However, the index + 1 is now passed instead of the itemIndex:
SyncList<T0>.SyncListChanged API change in 5.2p1?
In the docs that come with 5.2p1 and earlier versions for SyncList<T0>.SyncListChanged there is:
Code (CSharp):
- public delegate void SyncListChanged(Operation<T> op, int itemIndex);
Code (CSharp):