CSharpSyntaxRewriter.VisitListElement 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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.