Cirrus Enums
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
| | | |
|---|---|---|
| BinaryOperator | Cirrus Values | Enumeration that contains all possible binary operators. |
| ElementKind | Cirrus | ElementKind is used to differentiate between the different types that implement the IElement interface. |
| GenericParameterVariance | Cirrus | Genericvariance contains the different variance modes generic parameters support. |
| ParameterModifier | Cirrus | Contains the parameter modifier, like in, out, or inout. |
| StatementKind | Cirrus Statements | Contains all possible statements supported in Delphi Prism. |
| SurroundMethod | Cirrus | This enum is used to specify the mode used to surround a method call with the provided statement classes. |
| TypeDefKind | Cirrus | Contains the possible type definition kinds. |
| TypeKind | Cirrus | Contains the type kind. |
| UnaryOperator | Cirrus Values | Contains all possible unary operators. |
| ValueKind | Cirrus Values | Enumeration used to differentiate between the different kinds of values. |
| VirtualMode | Cirrus | Specifies the virtual/override mode of a member. |
| Visibility | Cirrus | Contains the visibility of a member. |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)