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