Share via


TypeParameterListSyntax.Parameters Property

Definition

Gets the parameter list.

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

Property Value

Applies to