C# 클래스 MongoDB.Bson.Serialization.ReaderWriterLockExtension

mongodb在unity3d上的bug,这几个函数用来辅助修改bug
파일 보기 프로젝트 열기: egametang/Egametang

공개 메소드들

메소드 설명
EnterReadLock ( this locker ) : void
EnterWriteLock ( this locker ) : void
ExitReadLock ( this locker ) : void
ExitWriteLock ( this locker ) : void

메소드 상세

EnterReadLock() 공개 정적인 메소드

public static EnterReadLock ( this locker ) : void
locker this
리턴 void

EnterWriteLock() 공개 정적인 메소드

public static EnterWriteLock ( this locker ) : void
locker this
리턴 void

ExitReadLock() 공개 정적인 메소드

public static ExitReadLock ( this locker ) : void
locker this
리턴 void

ExitWriteLock() 공개 정적인 메소드

public static ExitWriteLock ( this locker ) : void
locker this
리턴 void