ITypeParameterSymbol.ConstraintNullableAnnotations Property

Definition

The top-level nullabilities that were directly specified as constraints on the constraint types.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.NullableAnnotation> ConstraintNullableAnnotations { get; }
member this.ConstraintNullableAnnotations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.NullableAnnotation>
Public ReadOnly Property ConstraintNullableAnnotations As ImmutableArray(Of NullableAnnotation)

Property Value

Applies to