IMethodSymbol.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)

属性值

适用于