コード例 #1
0
 public static T Get <T>(this System.IServiceProvider @this, IServiceProvider _) => @this.Get <T>();
コード例 #2
0
 public static T AsDependency <T>(this System.IServiceProvider @this, object _, ParameterInfo __) => @this.Get <T>();