Hi everyone. I'm using version 5.2.1f1. When a SyncList must pre-populated with a large number of items, is there any existing means to do that without using a loop and the Add operation?
If I needed to do that myself, I would go for something like the following. I noticed there was a public AddInternal method defined in SyncListStruct<T> that you can use to bypass the sending of sync list message (it calls the internal list's add method directly actually)... I'll use that and send...
Pre-populated SyncList and initial synchronization
If I needed to do that myself, I would go for something like the following. I noticed there was a public AddInternal method defined in SyncListStruct<T> that you can use to bypass the sending of sync list message (it calls the internal list's add method directly actually)... I'll use that and send...
Pre-populated SyncList and initial synchronization