AssignManager 类
赋值运算符管理
public class AssignManager
- 继承
-
AssignManager
- 继承成员
属性
Add
相加并赋值
public AssignSymbol Add { get; }
属性值
And
“位与”并赋值
public AssignSymbol And { get; }
属性值
Div
相除并赋值
public AssignSymbol Div { get; }
属性值
Equal
赋值
public AssignSymbol Equal { get; }
属性值
Mod
取模并赋值
public AssignSymbol Mod { get; }
属性值
Mul
相乘并赋值
public AssignSymbol Mul { get; }
属性值
Or
“位或”并赋值
public AssignSymbol Or { get; }
属性值
Sub
相减并赋值
public AssignSymbol Sub { get; }
属性值
Xor
“位异或”并赋值
public AssignSymbol Xor { get; }
属性值
方法
Get(string)
获取
public AssignSymbol Get(string operation)
参数
operation
string