public static TestInterface CreateEmptyInterface(string interfaceName) { var iface = new TestInterface(null, interfaceName); return(iface); }
public static TestInterface CreateEmptyInterface(string interfaceName, CodeGenerationOptions options) { var iface = new TestInterface(null, interfaceName); return(iface); }