コード例 #1
0
ファイル: IoC.cs プロジェクト: AdvanceEnemy/pub.class
 public static bool Has <T>()
 {
     return(_current.Has(typeof(T)));
 }