TypeDelegator.IsArrayImpl Método
Definição
Retorna um valor que indica se o Type é uma matriz.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
Retornos
- Boolean
true se Type for uma matriz. Caso contrário, false.true if the Type is an array; otherwise, false.
Aplica-se a