예제 #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
파일: Spy.cs 프로젝트: SonicBlue22/MCSharp
 public override Variable Construct(ArgumentInfo passed) => null;
예제 #5
0
 public override Variable Construct(ArgumentInfo passed) => Variable.Construct(passed);