TypeInfo.AsType 方法

定义

返回 Type 对象形式的当前类型。

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

返回

当前类型。

适用于