TypeParameterListSyntax.Parameters Property

Definition

A list of the type parameters. There must be at least one type parameter in the list.

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

Property Value

Applies to