System::ObjectExt::IsBoxedValue method

ObjectExt::IsBoxedValue method

객체가 박싱된 값인지 확인합니다.

static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
매개변수형식설명
objconst SmartPtr<Object>&Object가 박스된 값인지 테스트합니다.

ReturnValue

obj가 박스된 값이면 true, 그렇지 않으면 false.

또 보기