GroupByClauseSyntax.Items Property

Definition

The optional list of variables being grouped; the contents of the Group clause. If none were specified, an empty list is returned.

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

Property Value

Remarks

If nothing is present, an empty list is returned.

Applies to