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

ExitWriteLock() public static method

public static ExitWriteLock ( this locker ) : void
locker this
return void
		public static void ExitWriteLock(this ReaderWriterLock locker)
		{
			locker.ReleaseWriterLock();
		}
	}