コード例 #1
0
 /// <inheritdoc/>
 internal override SyntaxNode Accept(SyntaxVisitor visitor)
 {
     return(visitor.VisitSyntaxToken(this));
 }
コード例 #2
0
 /// <summary>
 /// Accepts the specified syntax visitor.
 /// </summary>
 /// <param name="visitor">The syntax visitor to accept.</param>
 /// <returns>A <see cref="SyntaxNode"/> which will replace this node, or a reference to the node itself
 /// if no changes were made to the node.</returns>
 internal abstract SyntaxNode Accept(SyntaxVisitor visitor);