IModifiedType Interface
From The Oxygene Language Wiki
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
| | |
|---|---|
| ModifiedType: IType | The type that is being modified; it's the underlying type |
| ModifierType: IType | The modifier of this type |
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