BadScript 2
Loading...
Searching...
No Matches
IBadNative.cs
Go to the documentation of this file.
2
6public interface IBadNative : IEquatable<IBadNative>
7{
11 object Value { get; }
12
16 Type Type { get; }
17}
Defines properties for Native Types.
Definition IBadNative.cs:7
object Value
The Value of the Native Object.
Definition IBadNative.cs:11
Type Type
The Type of the Native Object.
Definition IBadNative.cs:16
Contains the Native Runtime Objects.
Definition BadBoolean.cs:6