System::ObjectExt::IsBoxedValue method

ObjectExt::IsBoxedValue method

Verifica se l’oggetto è un valore incapsulato.

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

ReturnValue

True se obj è un valore boxed, false altrimenti.

Vedi anche