示例#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()}");