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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET