Summary
[Editor-Only] The C# access modifiers of a member.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["AccessModifiers"]
class Type type-node
Syntax
[Flags]
public enum AccessModifiers
Remarks
Public/Internal/Protected/Private are sorted from least to most restrictive.
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Extension Methods
Name | Value | Summary |
---|---|---|
AppendDeclaration |
void |
Appends the C# declaration of the specified access `modifiers` to the `text`.
From CSharpProcedural
|
Contains |
bool |
Returns true if `modifiers` contains all of the flags specified in `contains`.
From CSharpProcedural
|
GetDeclaration |
string |
Returns the C# declaration of the specified access `modifiers`.
From CSharpProcedural
|