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