Method | Description | |
---|---|---|
GetPublicProperties ( this type ) : IEnumerable |
||
HasDefaultConstructor ( this type ) : bool |
Determines whether the specified type has a default constructor.
|
public static GetPublicProperties ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static HasDefaultConstructor ( this type ) : bool | ||
type | this | The type. |
return | bool |