コード例 #1
0
ファイル: SimpleMapCache.cs プロジェクト: carrie901/mono
			internal SynchronizedSimpleMapCache(SimpleMapCache cache)
			{
				this.cache = cache;
				this.mutex = this;
			}
コード例 #2
0
 internal SynchronizedSimpleMapCache(SimpleMapCache cache)
 {
     this.cache = cache;
     this.mutex = this;
 }