BadScript 2
Loading...
Searching...
No Matches
IBadTime.cs
Go to the documentation of this file.
2
3public interface IBadTime : IBadNative
4{
8 new TimeSpan Value { get; }
9}
Defines properties for Native Types.
Definition IBadNative.cs:7
new TimeSpan Value
The TimeSpan Value.
Definition IBadTime.cs:8
Contains the Native Runtime Objects.
Definition BadBoolean.cs:6