BadScript 2
Loading...
Searching...
No Matches
IBadAccessExpression.cs
Go to the documentation of this file.
2
6public interface IBadAccessExpression
7{
11 bool NullChecked { get; }
12}
Defines the interface for BadScript Access Expressions.
bool NullChecked
indicates if the expression will be null-checked by the runtime
Contains the Access Expressions for the BadScript2 Language.