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.
適用於