__Binary.Addition 运算符 (__Binary, __Binary) | |
这个运算符在编译器生成的代码中使用,当需要时。
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC OPERATOR +(
lhs AS BINARY,
rhs AS BINARY
) AS BINARY
public static __Binary operator +(
__Binary lhs,
__Binary rhs
)
查看代码参数
- lhs
- 类型:__Binary
- rhs
- 类型:__Binary
返回值
类型:
__Binary参见