TypeInfo.AsType Method

Definition

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

Returns

The current type.

Applies to