IModifiedType 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.


IModifiedType = public interface (IType)

A modified type is a type with a type attached to it. It's used to associate extra information with a type where the metadata in .net has no field for it. There generally is no need to create a modified type manually, the compiler automatically emits them for volatile fields and other places that need them.

Namespace: Cirrus


Properties

Property
Description
ModifiedType: ITypeThe type that is being modified; it's the underlying type
ModifierType: ITypeThe modifier of this type


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox