J
Jacob
Hi there,
Say I have an ArrayList named list. What's the difference between using
lock(list) { .... }
and
lock(list.SyncRoot) { .... }
Say I have an ArrayList named list. What's the difference between using
lock(list) { .... }
and
lock(list.SyncRoot) { .... }