示例#1
0
 internal Releaser(AsyncLock toRelease)
 {
     m_toRelease = toRelease;
 }
示例#2
0
 internal Releaser(AsyncLock toRelease)
 {
     this.toRelease = toRelease;
 }
示例#3
0
 internal Releaser(AsyncLock toRelease) { m_toRelease = toRelease; }