BadScript 2
Loading...
Searching...
No Matches
BadPropertyVisibility.cs
Go to the documentation of this file.
2
6[Flags]
8{
12 Public = 1,
13
17 Protected = 2,
18
22 Private = 4,
23
28}
BadPropertyVisibility
The Visibility of a Property.
@ Private
Private, Visible only to the Class.
@ Protected
Protected, Visible to the Class and Subclasses.