ParameterModifier Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
The IParameter and IParameterDefinition interfaces use this to specify what kind of parameter this is.
Namespace: Cirrus
Enum Values
| | |
|---|---|
| In | An input parameter |
| Out | An output parameter |
| Params | An input params array |
| Ref | A parameter that is both input and output (by reference) |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To