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

適用於