BadScript 2
Loading...
Searching...
No Matches
IBadNativeExpression.cs
Go to the documentation of this file.
2
7public interface IBadNativeExpression
8{
12 object Value { get; }
13}
Gets implemented by all Constant/Native Expressions to provide fast access to the value without unwra...
object Value
The Constant Value of this Expression.
Contains the Constant Expressions for the BadScript2 Language.