Share via


BaseParameterListSyntax.Parameters Property

Definition

Gets the parameter list.

public:
 abstract property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::ParameterSyntax ^> Parameters { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::ParameterSyntax ^> get(); };
public abstract Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax> Parameters { get; }
member this.Parameters : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax>
Public MustOverride ReadOnly Property Parameters As SeparatedSyntaxList(Of ParameterSyntax)

Property Value

Applies to