ConstructorInfo.GetType 方法
定义
发现类构造函数的属性,并提供对构造函数元数据的访问权限。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
返回
- Type
实现
适用于