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