TypeDelegator.IsArrayImpl Method

Definition

Returns a value that indicates 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