TypeBuilder.IsArrayImpl 方法

定義

在衍生類別中覆寫時,實作 IsArray 屬性並判斷 Type 是否為陣列。

protected:
 override bool IsArrayImpl();
protected override bool IsArrayImpl ();
override this.IsArrayImpl : unit -> bool
Protected Overrides Function IsArrayImpl () As Boolean

傳回

如果 true 是陣列,則為 Type,否則為 false

適用於