AnonymousResultValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
Subclass of the AnonymousParameterValue class that passes -1 as the parameter number. Use this to point to the "result" variable of an anonymous method.
[Serializable] AnonymousResultValue = public class(AnonymousParameterValue)
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor() | Empty constructor |
| constructor(aMethod: AnonymousMethodValue) | Initializes this result value object. aMethod is the anonymous method to use |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- AnonymousParameterValue Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To