Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はコードをもっている:
public override void VisitMemberAccessExpression(MemberAccessExpressionSyntax node) { Console.WriteLine("Name: {0}", node.Name); }
ノード タイプを定義するにはどうすればよいですか? 例:ノードタイプが「製品」の場合は記載しないでください。