CSharpSyntaxVisitor<TResult>.VisitWithElement(WithElementSyntax) 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 WithElementSyntax node.
public virtual TResult? VisitWithElement(Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax node);
abstract member VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> 'Result
override this.VisitWithElement : Microsoft.CodeAnalysis.CSharp.Syntax.WithElementSyntax -> 'Result
Public Overridable Function VisitWithElement (node As WithElementSyntax) As TResult
Parameters
- node
- WithElementSyntax