ReDimStatementSyntax.Clauses Property

Definition

The list of ReDim clauses.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::RedimClauseSyntax ^> Clauses { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::RedimClauseSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.RedimClauseSyntax> Clauses { get; }
member this.Clauses : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.RedimClauseSyntax>
Public ReadOnly Property Clauses As SeparatedSyntaxList(Of RedimClauseSyntax)

Property Value

Applies to