ConstructorInfo.GetType Method

Definition

Discovers the attributes of a class constructor and provides access to constructor metadata.

public:
 virtual Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type

Returns

Implements

Applies to