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)

プロパティ値

適用対象