Categorizes operator kinds. To get the OperatorCategory from an OperatorKind, use the GetCategory(OperatorKind) extension method.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum OperatorCategoryFields
| Name | Description |
|---|---|
| Binary | |
| BinaryAssignment | |
| Conversion | |
| None | |
| Unary | |
| UnaryAssignment |