enum Crygen::Enums::PropScope
Overview
Enum that identifies the property scope such as public
, protected
and private
.
Defined in:
enums/prop_scope.crEnum Members
-
Public =
1
-
Protected =
2
-
Private =
4
-
None =
0
-
All =
7