compiler interface
常见例句
- A neutral program for generating the geometric form of involute cylindrical gear and a data interface(compiler) are developed according to ISO13584.
依据ISO13584标准开发了渐开线圆柱齿轮的一个中性程序,同时开发了数据接口(编译器)。 - As you can see, the compiler still removes the interface and still inlines each implementation of the getName() method. This is still quite optimal code.
可以看出,编译器仍然删除接口并内联 getName() 方法的每个实现,这仍然是非常优化的代码。 - D automatically implements those interfaces via B. If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation .
D通过B也就自动实现了那些接口。 如果你在D的基类列表中显式声明了这些接口的话,那么C#编译器将会做一次 接口重新实现 。 返回 compiler interface