コード例 #1
0
 internal Releaser(AsyncLock toRelease)
 {
     m_toRelease = toRelease;
 }
コード例 #2
0
ファイル: AsyncLock.cs プロジェクト: gormel/SeaBattle
 internal Releaser(AsyncLock toRelease)
 {
     this.toRelease = toRelease;
 }
コード例 #3
0
 internal Releaser(AsyncLock toRelease) { m_toRelease = toRelease; }