Goblin - A Platform for 3D AR and VR Applications

TypeModifiers Enumeration

A bit field enumeration of the modifier attributes that can be applied to types.

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

public enum TypeModifiers

Members

Member Name Description Value
Empty 0
Class 1
Interface 2
Abstract 4
Sealed 8
Public 16
NotPublic 32
NestedPublic 64
NestedPrivate 128

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

DDW.CSharp.Dom Namespace