CSharpSyntaxRewriter.VisitList 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
VisitList(SyntaxTokenList) | |
VisitList(SyntaxTriviaList) | |
VisitList<TNode>(SeparatedSyntaxList<TNode>) | |
VisitList<TNode>(SyntaxList<TNode>) |
VisitList(SyntaxTokenList)
- 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::SyntaxTokenList VisitList(Microsoft::CodeAnalysis::SyntaxTokenList list);
public virtual Microsoft.CodeAnalysis.SyntaxTokenList VisitList (Microsoft.CodeAnalysis.SyntaxTokenList list);
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.SyntaxTokenList
override this.VisitList : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Overridable Function VisitList (list As SyntaxTokenList) As SyntaxTokenList
Parameters
- list
- SyntaxTokenList
Returns
Applies to
VisitList(SyntaxTriviaList)
- 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::SyntaxTriviaList VisitList(Microsoft::CodeAnalysis::SyntaxTriviaList list);
public virtual Microsoft.CodeAnalysis.SyntaxTriviaList VisitList (Microsoft.CodeAnalysis.SyntaxTriviaList list);
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxTriviaList -> Microsoft.CodeAnalysis.SyntaxTriviaList
override this.VisitList : Microsoft.CodeAnalysis.SyntaxTriviaList -> Microsoft.CodeAnalysis.SyntaxTriviaList
Public Overridable Function VisitList (list As SyntaxTriviaList) As SyntaxTriviaList
Parameters
- list
- SyntaxTriviaList
Returns
Applies to
VisitList<TNode>(SeparatedSyntaxList<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 Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> VisitList(Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> list);
public virtual Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> VisitList<TNode> (Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> list) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
abstract member VisitList : Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
override this.VisitList : Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Overridable Function VisitList(Of TNode As SyntaxNode) (list As SeparatedSyntaxList(Of TNode)) As SeparatedSyntaxList(Of TNode)
Type Parameters
- TNode
Parameters
Returns
Applies to
VisitList<TNode>(SyntaxList<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 Microsoft::CodeAnalysis::SyntaxList<TNode> VisitList(Microsoft::CodeAnalysis::SyntaxList<TNode> list);
public virtual Microsoft.CodeAnalysis.SyntaxList<TNode> VisitList<TNode> (Microsoft.CodeAnalysis.SyntaxList<TNode> list) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
override this.VisitList : Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Overridable Function VisitList(Of TNode As SyntaxNode) (list As SyntaxList(Of TNode)) As SyntaxList(Of TNode)
Type Parameters
- TNode
Parameters
- list
- SyntaxList<TNode>
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.