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