ReaderWriterLockSlimWrapper.InnerLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ReaderWriterLockSlim that is wrapped by this object.
public:
property System::Threading::ReaderWriterLockSlim ^ InnerLock { System::Threading::ReaderWriterLockSlim ^ get(); };
public System.Threading.ReaderWriterLockSlim InnerLock { get; }
member this.InnerLock : System.Threading.ReaderWriterLockSlim
Public ReadOnly Property InnerLock As ReaderWriterLockSlim