EnumBuilder.IsArrayImpl Méthode

Définition

En cas de substitution dans une classe dérivée, implémente la propriété IsArray et détermine si Type est un tableau.

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

Retours

true si Type est un tableau ; sinon, false.

S’applique à