コード例 #1
0
 public virtual TReturn Visit(TypeNameType node, TParam param) => throw new NotImplementedException();
コード例 #2
0
 public virtual TReturn Visit(TypeNameType node, TParam param)
 {
     return(DefaultReturn);
 }