EnumBuilder.IsArrayImpl Method

Definition

When overridden in a derived class, implements the IsArray property and determines whether the Type is an array.

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

Returns

true if the Type is an array; otherwise, false.

Applies to