Class Member Modifiers

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


Class Member Modifiers consist of directives that control virtuality plus others that are independent of each other:

Virtuality Modifiers

virtual override final reintroduce

Some rules about how these directives can be used in combination:


General Modifiers

abstract empty (cannot specify both)

async external locked unsafe (once only in any order)

implements (must be declared last)

iterator (see iterators)

There are also different restrictions for fields, methods, properties and events and the following directives are supported:


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox