BadScript 2
Loading...
Searching...
No Matches
IBadBoolean.cs
Go to the documentation of this file.
1
namespace
BadScript2.Runtime.Objects.Native
;
2
6
public
interface
IBadBoolean
:
IBadNative
7
{
11
new
bool
Value
{
get
; }
12
}
BadScript2.Runtime.Objects.Native.IBadBoolean
Implements the Interface for Native Boolean.
Definition
IBadBoolean.cs:7
BadScript2.Runtime.Objects.Native.IBadBoolean.Value
new bool Value
The Boolean Value.
Definition
IBadBoolean.cs:11
BadScript2.Runtime.Objects.Native.IBadNative
Defines properties for Native Types.
Definition
IBadNative.cs:7
BadScript2.Runtime.Objects.Native
Contains the Native Runtime Objects.
Definition
BadBoolean.cs:6
src
BadScript2
Runtime
Objects
Native
IBadBoolean.cs
Generated by
1.9.8