interface methods meaning in English
接口方法
Examples
- If you add the attribute to an interface method , the common language runtime ignores it
如果将此属性添加到接口方法,则公共语言运行库将忽略它。 - The sole exception is that a delegate to an interface method cannot be successfully remoted
唯一的例外是接口方法的委托不能成功地进行远程处理。 - An abstract class that implements an interface might map the interface methods onto abstract methods
实现接口的抽象类可以将接口方法映射到抽象方法上。 - Visual j only supports a single code body to implement all interface methods of the same name and signature
Visual j #仅支持单个代码体来实现具有相同名称和签名的所有接口方法。 - Prefix when invoking interface methods on value types , since the value type method implementing the interface method can be changed using a
前缀,因为实现接口方法的值类型方法可以用