コード例 #1
0
ファイル: LifetimeLocator.cs プロジェクト: punker76/Umbrella
 public bool Contains(object key)
 {
     return(Decoratee.Contains(key));
 }