共用方式為


TypeParameterConstraintClauseSyntax.Constraints 屬性

定義

取得條件約束清單。

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

屬性值

適用於