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