Beispiel #1
0
 public override Variable Construct(ArgumentInfo passed) => throw new Compiler.SyntaxException($"'{TypeName}' types cannot be constructed.", Compiler.CurrentScriptTrace);
Beispiel #2
0
 public override Variable Construct(ArgumentInfo passed) => throw new Compiler.SyntaxException("Cannot make an instance of a static class.", passed.ScriptTrace);
Beispiel #3
0
 public override Variable Construct(ArgumentInfo passed) => throw new NotImplementedException();
Beispiel #4
0
 public override Variable Construct(ArgumentInfo passed) => null;
Beispiel #5
0
 public override Variable Construct(ArgumentInfo passed) => Variable.Construct(passed);