MongoDB.Bson.Serialization.ReaderWriterLockExtension.ExitWriteLock C# (CSharp) 메소드

ExitWriteLock() 공개 정적인 메소드

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