TypedReference.GetTargetType(TypedReference) 方法
定义
返回指定 TypedReference 的目标类型。Returns the type of the target of the specified 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
参数
- value
- TypedReference
要返回其目标类型的值。The value whose target's type is to be returned.
返回
返回指定 TypedReference 的目标类型。The type of the target of the specified TypedReference.