metodo System::ObjectExt::IsBoxedValue

ObjectExt::IsBoxedValue method

Verifica se l’oggetto è un valore incapsulato.

static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
ParametroTipoDescrizione
objconst SmartPtr<Object>&Object da testare per verificare se è un valore boxed.

ReturnValue

True se obj è un valore boxed, false altrimenti.

Vedi anche