![]() |
BadScript 2
|
Go to the source code of this file.
Namespaces | |
namespace | BadScript2 |
The main namespace for the BadScript2 Language. | |
namespace | BadScript2.Runtime |
Contains the Runtime Implementation. | |
namespace | BadScript2.Runtime.Objects |
Contains the Runtime Objects. | |
namespace | BadScript2.Runtime.Objects.Types |
Contains Runtime Type Objects. | |
Enumerations | |
enum | BadScript2.Runtime.Objects.Types.BadPropertyVisibility { BadScript2.Runtime.Objects.Types.Public = 1 , BadScript2.Runtime.Objects.Types.Protected = 2 , BadScript2.Runtime.Objects.Types.Private = 4 , BadScript2.Runtime.Objects.Types.All = Public | Protected | Private } |
The Visibility of a Property. More... | |