Beispiel #1
0
 public virtual TResult Accept <TResult>(ScriptVisitor <TResult> visitor) => throw new NotImplementedException($"This method must be implemented by the type {this.GetType()}");
Beispiel #2
0
 public virtual void Accept(ScriptVisitor visitor) => throw new NotImplementedException($"This method must be implemented by the type {this.GetType()}");