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