BadScript 2
Loading...
Searching...
No Matches
BadTime.cs
Go to the documentation of this file.
1
using
BadScript2.Runtime.Objects.Types
;
2
3
namespace
BadScript2.Runtime.Objects.Native
;
4
5
public
class
BadTime
:
BadNative
<TimeSpan>,
IBadTime
6
{
7
public
static
BadTime
Zero
=>
new
BadTime
(TimeSpan.Zero);
8
public
static
BadClassPrototype
Prototype
=
new
BadTimePrototype
();
9
public
BadTime
(TimeSpan value) : base(value)
10
{
11
}
12
}
BadScript2.Runtime.Objects.Native.BadNative
Implements a Native Type.
Definition
BadNative.cs:11
BadScript2.Runtime.Objects.Native.BadTime
Definition
BadTime.cs:6
BadScript2.Runtime.Objects.Native.BadTime.Zero
static BadTime Zero
Definition
BadTime.cs:7
BadScript2.Runtime.Objects.Native.BadTime.BadTime
BadTime(TimeSpan value)
Definition
BadTime.cs:9
BadScript2.Runtime.Objects.Native.BadTime.Prototype
static BadClassPrototype Prototype
Definition
BadTime.cs:8
BadScript2.Runtime.Objects.Types.BadClassPrototype
Implements a Class Prototype for the BadScript Language.
Definition
BadClassPrototype.cs:11
BadScript2.Runtime.Objects.Types.BadTimePrototype
Definition
BadTimePrototype.cs:9
BadScript2.Runtime.Objects.Native.IBadTime
Definition
IBadTime.cs:4
BadScript2.Runtime.Objects.Native
Contains the Native Runtime Objects.
Definition
BadBoolean.cs:6
BadScript2.Runtime.Objects.Types
Contains Runtime Type Objects.
Definition
BadAbstractClassException.cs:5
src
BadScript2
Runtime
Objects
Native
BadTime.cs
Generated by
1.9.8