TypedReference.GetTargetType(TypedReference) Método

Definición

Devuelve el tipo del destino de TypedReference.

public:
 static Type ^ GetTargetType(TypedReference value);
public static Type GetTargetType (TypedReference value);
static member GetTargetType : TypedReference -> Type
Public Shared Function GetTargetType (value As TypedReference) As Type

Parámetros

value
TypedReference

Valor cuyo tipo de destino se va a devolver.

Devoluciones

Type

Tipo del destino del TypedReference especificado.

Se aplica a