Esempio n. 1
0
        public static TestInterface CreateEmptyInterface(string interfaceName)
        {
            var iface = new TestInterface(null, interfaceName);

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

            return(iface);
        }