CSharpSyntaxRewriter.VisitListElement Method

Definition

Overloads

VisitListElement(SyntaxTrivia)
VisitListElement<TNode>(TNode)

VisitListElement(SyntaxTrivia)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
 virtual Microsoft::CodeAnalysis::SyntaxTrivia VisitListElement(Microsoft::CodeAnalysis::SyntaxTrivia element);
public virtual Microsoft.CodeAnalysis.SyntaxTrivia VisitListElement (Microsoft.CodeAnalysis.SyntaxTrivia element);
abstract member VisitListElement : Microsoft.CodeAnalysis.SyntaxTrivia -> Microsoft.CodeAnalysis.SyntaxTrivia
override this.VisitListElement : Microsoft.CodeAnalysis.SyntaxTrivia -> Microsoft.CodeAnalysis.SyntaxTrivia
Public Overridable Function VisitListElement (element As SyntaxTrivia) As SyntaxTrivia

Parameters

element
SyntaxTrivia

Returns

Applies to

VisitListElement<TNode>(TNode)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
generic <typename TNode>
 where TNode : Microsoft::CodeAnalysis::SyntaxNode virtual TNode VisitListElement(TNode node);
public virtual TNode VisitListElement<TNode> (TNode node) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
public virtual TNode? VisitListElement<TNode> (TNode? node) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
abstract member VisitListElement : 'Node -> 'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
override this.VisitListElement : 'Node -> 'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Overridable Function VisitListElement(Of TNode As SyntaxNode) (node As TNode) As TNode

Type Parameters

TNode

Parameters

node
TNode

Returns

TNode

Applies to