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