NullabilityInfo.GenericTypeArguments 속성

정의

각 형식 매개 변수에 대한 Null 허용 여부를 가져옵니다.

public:
 property cli::array <System::Reflection::NullabilityInfo ^> ^ GenericTypeArguments { cli::array <System::Reflection::NullabilityInfo ^> ^ get(); };
public System.Reflection.NullabilityInfo[] GenericTypeArguments { get; }
member this.GenericTypeArguments : System.Reflection.NullabilityInfo[]
Public ReadOnly Property GenericTypeArguments As NullabilityInfo()

속성 값

멤버 형식이 제네릭 형식인 경우 각 형식 매개 변수에 대한 null 허용 여부를 지정합니다.

적용 대상