VisualBasicSyntaxVisitor<TResult>.VisitDeclareStatement 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.
public:
virtual TResult VisitDeclareStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::DeclareStatementSyntax ^ node);
public virtual TResult VisitDeclareStatement(Microsoft.CodeAnalysis.VisualBasic.Syntax.DeclareStatementSyntax node);
abstract member VisitDeclareStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.DeclareStatementSyntax -> 'Result
override this.VisitDeclareStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.DeclareStatementSyntax -> 'Result
Public Overridable Function VisitDeclareStatement (node As DeclareStatementSyntax) As TResult
Parameters
Returns
TResult