コード例 #1
0
ファイル: BitEngine.cs プロジェクト: e5r/bit
 public T ResolveType <T>(Type type) where T : class
 => _container.GetProvider().GetService(type) as T;