IMethodSymbol.ReturnNullableAnnotation Property

Definition

Gets the top-level nullability of the return type of the method.

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

Property Value

Applies to