NullabilityInfo.ElementType 属性

定义

获取数组的元素类型的为空性信息。

public:
 property System::Reflection::NullabilityInfo ^ ElementType { System::Reflection::NullabilityInfo ^ get(); };
public System.Reflection.NullabilityInfo? ElementType { get; }
member this.ElementType : System.Reflection.NullabilityInfo
Public ReadOnly Property ElementType As NullabilityInfo

属性值

如果成员类型是数组, NullabilityInfo 则为数组元素的 ;否则为 null

适用于