Click or drag to resize

CommandifiedList<T>.PerformSyncedAction Method

Overload List
  NameDescription
Protected methodPerformSyncedAction(Action)
Performs the specified action, either inside a lock on SyncRoot if this list is Synchronized, or normally, if this list isn't synchronized.
Protected methodPerformSyncedAction<TFunc>(Func<TFunc>)
Performs the specified action, either inside a lock on SyncRoot if this list is Synchronized, or normally, if this list isn't synchronized.
Top
See Also