Goblin - A Platform for 3D AR and VR Applications

Modifiers Enumeration

A bit field enumeration of the modifier attributes that can be applied to type members (eg. public, static, override etc).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum Modifiers

Members

Member Name Description Value
Empty 0
New 1
Public 2
Protected 4
Internal 8
Private 16
Static 32
Virtual 64
Sealed 128
Override 256
Abstract 512
Extern 1024
Readonly 2048
Volatile 4096

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

DDW.CSharp.Dom Namespace