IMethodSymbol.TypeArgumentNullableAnnotations 属性

定义

返回已替换为类型参数的类型参数的顶级可为 null 性。 如果给定类型参数未替换任何内容, None 则返回。

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

属性值

适用于