GenericTypeParameterBuilder.GetElementType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在所有情況下都擲回 NotSupportedException。
public:
override Type ^ GetElementType();
public override Type GetElementType ();
public override Type? GetElementType ();
override this.GetElementType : unit -> Type
Public Overrides Function GetElementType () As Type
傳回
目前陣列類型、指標類型或 ByRef
類型所參考的類型;如果目前類型不是陣列類型和指標類型,而且不是以傳址方式傳遞,則為 null
。
例外狀況
在所有情況下。
備註
泛型型別參數是型別的佔位元。 因為無法事先知道該類型,所以無法知道它是否有項目類型或該元素類型可能是什麼。 任何傳回值都會產生誤導,因此方法會 NotSupportedException擲回 。