System::SmartPtr::GetObjectNotNull 方法

SmartPtr::GetObjectNotNull method

获取当前引用的对象(如果有),否则抛出异常。

T * System::SmartPtr<T>::GetObjectNotNull() const

ReturnValue

指向被引用对象的原始指针。

另见