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

返回

当前类型。

适用于