public static string VirtualNewAndNewImplementFromInterface(int value) { IInterfaceType1 inst = new VirtualNewAndNewImplementType(); return(inst.GetStringFromInt32(value)); }
public static string VirtualNewAndNewImplement(int value) { var inst = new VirtualNewAndNewImplementType(); return(inst.GetStringFromInt32(value)); }