Metodo System::TypeInfo::AddDefaultConstructor

TypeInfo::AddDefaultConstructor() method

Imposta il costruttore predefinito per il tipo T.

template<class T> void System::TypeInfo::AddDefaultConstructor()

Vedi anche

TypeInfo::AddDefaultConstructor(DefaultConstructor) method

Imposta il costruttore predefinito tramite il functor che crea l’istanza della classe.

void System::TypeInfo::AddDefaultConstructor(DefaultConstructor method)
ParametroTipoDescrizione
metodoDefaultConstructorfunctor che crea un’istanza di classe

Vedi anche