CSharpSyntaxVisitor<TResult>.VisitCrefParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the visitor visits a CrefParameterSyntax node.
public:
virtual TResult VisitCrefParameter(Microsoft::CodeAnalysis::CSharp::Syntax::CrefParameterSyntax ^ node);
public virtual TResult VisitCrefParameter (Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax node);
public virtual TResult? VisitCrefParameter (Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax node);
abstract member VisitCrefParameter : Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax -> 'Result
override this.VisitCrefParameter : Microsoft.CodeAnalysis.CSharp.Syntax.CrefParameterSyntax -> 'Result
Public Overridable Function VisitCrefParameter (node As CrefParameterSyntax) As TResult
Parameters
- node
- CrefParameterSyntax
Returns
TResult
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.