次の方法で共有


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)

プロパティ値

適用対象