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