IManagedReferenceType Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IManagedReferenceType = public interface (IType)
A managed reference is a "by ref" type in .NET, used for var/out parameters. Managed references are automatically created. Although they can be used manually, they're only allowed in parameter types (in which case it would be a var or out parameter), or on the stack (as a local).
Namespace: Cirrus
Properties
| | |
|---|---|
| SubType: IType | The sub-type of this managed reference |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IType Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To