示例#1
0
 public object D_2012_CreateInstanceFromType_3()
 {
     return(CreateInstanceFromType2012
            .GetInstance(typeof(MultiCtor), "hello!", 123, DateTime.MinValue));
 }
示例#2
0
 public object D_2012_CreateInstanceFromType_1()
 {
     return(CreateInstanceFromType2012
            .GetInstance(typeof(OneParamCtor), "hello!"));
 }
示例#3
0
 public object D_2012_CreateInstanceFromType_2()
 {
     return(CreateInstanceFromType2012
            .GetInstance(typeof(TwoParamCtor), "hello!", 123));
 }
示例#4
0
 public object D_2012_CreateInstanceFromType_0()
 {
     return(CreateInstanceFromType2012
            .GetInstance(typeof(Parameterless)));
 }