Partilhar via


CSharpSyntaxVisitor<TResult>.VisitRefStructConstraint Method

Definition

Called when the visitor visits a RefStructConstraintSyntax node.

public virtual TResult? VisitRefStructConstraint (Microsoft.CodeAnalysis.CSharp.Syntax.RefStructConstraintSyntax node);
abstract member VisitRefStructConstraint : Microsoft.CodeAnalysis.CSharp.Syntax.RefStructConstraintSyntax -> 'Result
override this.VisitRefStructConstraint : Microsoft.CodeAnalysis.CSharp.Syntax.RefStructConstraintSyntax -> 'Result
Public Overridable Function VisitRefStructConstraint (node As RefStructConstraintSyntax) As TResult

Parameters

Returns

TResult

Applies to