ITypeParameterSymbol.HasConstructorConstraint Property

Definition

True if the parameterless constructor constraint (new()) was specified for the type parameter.

public:
 property bool HasConstructorConstraint { bool get(); };
public bool HasConstructorConstraint { get; }
member this.HasConstructorConstraint : bool
Public ReadOnly Property HasConstructorConstraint As Boolean

Property Value

Applies to