TypeDelegator.GetElementType Método

Definição

Retorna o Type do objeto contido ou referenciado pela matriz atual, ponteiro ou ByRef.

public:
 override Type ^ GetElementType();
public override Type? GetElementType ();
public override Type GetElementType ();
override this.GetElementType : unit -> Type
Public Overrides Function GetElementType () As Type

Retornos

O Type do objeto contido ou referenciado pela matriz atual, ponteiro ou ByRef, ou null, se o Type atual não for uma matriz, um ponteiro ou um ByRef.

Aplica-se a