CommandifiedList<T>.PerformSyncedAction Method |
Name | Description | |
---|---|---|
![]() | PerformSyncedAction(Action) |
Performs the specified action, either inside a lock on SyncRoot if this list is Synchronized, or normally, if this list isn't synchronized.
|
![]() | PerformSyncedAction<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.
|