Visibility Enum

From The Oxygene Language Wiki

Jump to:navigation, search

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


Visibility is used by members and types to define from where a member can be used.

Namespace: Cirrus


Enum Values

Value
Description
AssemblyAssembly members are only accessible from within the same assembly
AssemblyAndProtectedAssembly members are only accessible from within the same assembly and then only within the same class or sub classes
AssemblyOrProtectedAssembly members are only accessible from within the same assembly or subclasses
PrivateThe member is private, only accessible from within the same class or nested classes
ProtectedThe member is protected, it's only accessible from within the same class or sub classes
PublicThe member is public, accessible from everywhere


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox