예제 #1
0
 public Func <ILocalIndexer> Instantiate(Type type, Type[] constructorArguments, ILocalIndexer[] arguments)
 {
     return(() => new LocalIndexer(GeneratedMethod.Instantiate(type, constructorArguments, arguments)));
 }
예제 #2
0
 public Func <ILocalIndexer> Instantiate(Func <BuilderBundle> type, Type[] constructorArguments)
 {
     return(() => new LocalIndexer(GeneratedMethod.Instantiate(type, constructorArguments)));
 }
예제 #3
0
 public Func <ILocalIndexer> Instantiate(Func <ConstructorBuilder> type)
 {
     return(() => new LocalIndexer(GeneratedMethod.Instantiate(type)));
 }