ClassDeclarationSyntax.TypeParameterList Property

Definition

public:
 virtual property Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ TypeParameterList { Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ get(); };
public override Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax TypeParameterList { get; }
public override Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? TypeParameterList { get; }
member this.TypeParameterList : Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax
Public Overrides ReadOnly Property TypeParameterList As TypeParameterListSyntax

Property Value

Applies to