Enum CsSecurity
Enumeration that determines the security scope of the C# model being represented.
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public enum CsSecurity
Fields
Name | Description |
---|---|
Internal | Security is set to internal access |
Private | Security is set to private access |
Protected | Security is set to protected access |
ProtectedInternal | Security is set to protected internal access |
ProtectedOrInternal | Security is set to projected or internal access |
Public | Security is set to public access |
Unknown | Security scope is unknown |