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