コード例 #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);