Table of Contents

Enum AccessModifier

Namespace
RDCore.SDK.Model
Assembly
RDCore.SDK.dll

Defines the possible access modifier values that can be attached to an AccessibleTypedSymbol.

public enum AccessModifier

Fields

Friend = 2

The symbol has Friend accessibility semantics.

Global = 4

The symbol has Global accessibility semantics.

Implicit = 0

The symbol has implicit (unspecified in source code) accessibility semantics.

Private = 1

The symbol has Private accessibility semantics.

Public = 3

The symbol has Public accessibility semantics.