CSharpSyntaxVisitor.VisitWithElement(WithElementSyntax) Método

Definición

Se llama cuando el visitante visita un nodo WithElementSyntax.

public virtual void VisitWithElement(Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax node);
abstract member VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> unit
override this.VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> unit
Public Overridable Sub VisitWithElement (node As WithElementSyntax)

Parámetros

Se aplica a