コード例 #1
0
ファイル: SupportTypes.cs プロジェクト: jonpryor/java.interop
        public static TestInterface CreateEmptyInterface(string interfaceName)
        {
            var iface = new TestInterface(null, interfaceName);

            return(iface);
        }
コード例 #2
0
        public static TestInterface CreateEmptyInterface(string interfaceName, CodeGenerationOptions options)
        {
            var iface = new TestInterface(null, interfaceName);

            return(iface);
        }