Share via


StructureStatementSyntax.TypeParameterList Property

Definition

If present, a type parameter list with generic parameters for this type. If no generic parameters were present, Nothing is returned.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeParameterListSyntax ^ TypeParameterList { Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeParameterListSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax TypeParameterList { get; }
member this.TypeParameterList : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax
Public ReadOnly Property TypeParameterList As TypeParameterListSyntax

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to