CSharpSyntaxVisitor.VisitAllowsConstraintClause 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 AllowsConstraintClauseSyntax node.
public virtual void VisitAllowsConstraintClause (Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintClauseSyntax node);
abstract member VisitAllowsConstraintClause : Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintClauseSyntax -> unit
override this.VisitAllowsConstraintClause : Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintClauseSyntax -> unit
Public Overridable Sub VisitAllowsConstraintClause (node As AllowsConstraintClauseSyntax)