TypeInfo.AsType 方法

定义

返回 Type 对象形式的当前类型。Returns the current type as a Type object.

public:
 virtual Type ^ AsType();
public virtual Type AsType ();
abstract member AsType : unit -> Type
override this.AsType : unit -> Type
Public Overridable Function AsType () As Type

返回

Type

当前类型。The current type.

适用于