public object D_2012_CreateInstanceFromType_3() { return(CreateInstanceFromType2012 .GetInstance(typeof(MultiCtor), "hello!", 123, DateTime.MinValue)); }
public object D_2012_CreateInstanceFromType_1() { return(CreateInstanceFromType2012 .GetInstance(typeof(OneParamCtor), "hello!")); }
public object D_2012_CreateInstanceFromType_2() { return(CreateInstanceFromType2012 .GetInstance(typeof(TwoParamCtor), "hello!", 123)); }
public object D_2012_CreateInstanceFromType_0() { return(CreateInstanceFromType2012 .GetInstance(typeof(Parameterless))); }