IMethodSymbol.ReceiverNullableAnnotation Property

Definition

If this method can be applied to an object, returns the top-level nullability of the object it is applied to.

public Microsoft.CodeAnalysis.NullableAnnotation ReceiverNullableAnnotation { get; }
member this.ReceiverNullableAnnotation : Microsoft.CodeAnalysis.NullableAnnotation
Public ReadOnly Property ReceiverNullableAnnotation As NullableAnnotation

Property Value

Applies to