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


IField = public interface (IMember)

IField is the interface that references any external or internal field definitions.

Namespace: Cirrus


Properties

Property
Description
ReadOnly: BooleanIf true this field cannot be changed outside the constructor of the original class
Type: ITypeField type
Volatile: BooleanReturns if this field should be treated as accessed from multiple threads (avoids caching)


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox