MongoDB.Bson.Serialization.ReaderWriterLockExtension.ExitReadLock C# (CSharp) Method

ExitReadLock() public static method

public static ExitReadLock ( this locker ) : void
locker this
return void
		public static void ExitReadLock(this ReaderWriterLock locker)
		{
			locker.ReleaseReaderLock();
		}