IManagedReferenceType Interface

From The Oxygene Language Wiki

Jump to:navigation, search

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

Property
Description
SubType: ITypeThe sub-type of this managed reference


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox