TReadScopeLock

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