INamedTypeSymbol.TypeArgumentsNullableAnnotations 属性

定义

返回已替换为类型参数的类型参数的顶级可为 null 性。 如果给定的类型参数没有替代任何内容,则 NotApplicable 返回该类型参数。

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

属性值

适用于