CSharpSyntaxRewriter.VisitFixedStatement(FixedStatementSyntax) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
override Microsoft::CodeAnalysis::SyntaxNode ^ VisitFixedStatement(Microsoft::CodeAnalysis::CSharp::Syntax::FixedStatementSyntax ^ node);
public override Microsoft.CodeAnalysis.SyntaxNode VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.Syntax.FixedStatementSyntax node);
public override Microsoft.CodeAnalysis.SyntaxNode? VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.Syntax.FixedStatementSyntax node);
override this.VisitFixedStatement : Microsoft.CodeAnalysis.CSharp.Syntax.FixedStatementSyntax -> Microsoft.CodeAnalysis.SyntaxNode
Public Overrides Function VisitFixedStatement (node As FixedStatementSyntax) As SyntaxNode
Paramètres
- node
- FixedStatementSyntax