CompilationUnitSyntax.Accept Method

Definition

Overloads

Accept(CSharpSyntaxVisitor)
Accept<TResult>(CSharpSyntaxVisitor<TResult>)

Accept(CSharpSyntaxVisitor)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
public:
 override void Accept(Microsoft::CodeAnalysis::CSharp::CSharpSyntaxVisitor ^ visitor);
public override void Accept (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor visitor);
override this.Accept : Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor -> unit
Public Overrides Sub Accept (visitor As CSharpSyntaxVisitor)

Parameters

Applies to

Accept<TResult>(CSharpSyntaxVisitor<TResult>)

Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
Source:
Syntax.xml.Syntax.Generated.cs
public:
generic <typename TResult>
 override TResult Accept(Microsoft::CodeAnalysis::CSharp::CSharpSyntaxVisitor<TResult> ^ visitor);
public override TResult Accept<TResult> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult> visitor);
public override TResult? Accept<TResult> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult> visitor);
override this.Accept : Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<'Result> -> 'Result
Public Overrides Function Accept(Of TResult) (visitor As CSharpSyntaxVisitor(Of TResult)) As TResult

Type Parameters

TResult

Parameters

Returns

TResult

Applies to