TWriteScopeLock

RAII-style scope locking of a synchronisation primitive `MutexType_ is required to implement `WriteLock_ and `WriteUnlock_ methods Example: { TWriteScopeLock ScopeLock(RWLock); ... }