Freigeben über


CSharpSyntaxVisitor.VisitFileScopedNamespaceDeclaration Methode

Definition

Wird aufgerufen, wenn der Besucher einen FileScopedNamespaceDeclarationSyntax-Knoten besucht.

public virtual void VisitFileScopedNamespaceDeclaration (Microsoft.CodeAnalysis.CSharp.Syntax.FileScopedNamespaceDeclarationSyntax node);
abstract member VisitFileScopedNamespaceDeclaration : Microsoft.CodeAnalysis.CSharp.Syntax.FileScopedNamespaceDeclarationSyntax -> unit
override this.VisitFileScopedNamespaceDeclaration : Microsoft.CodeAnalysis.CSharp.Syntax.FileScopedNamespaceDeclarationSyntax -> unit
Public Overridable Sub VisitFileScopedNamespaceDeclaration (node As FileScopedNamespaceDeclarationSyntax)

Parameter

Gilt für: