Share via


TypeParameterSyntax.TypeParameterConstraintClause Property

Definition

The "As" keyword, if any type constraints were supplied. If no type constraints were supplied, Nothing is returned.

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

Property Value

Remarks

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

Applies to