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