System::WeakReference< T >::SetTarget method
WeakReference< T >::SetTarget method
Sets the object (the target) referenced by the current WeakReference object.
void System::WeakReference<T>::SetTarget(const SmartPtr<T> &data)
Parameter | Type | Description |
---|---|---|
data | const SmartPtr<T>& | Object to set. |
See Also
- Class SmartPtr
- Class WeakReference< T >
- Namespace System
- Library Aspose.PUB for C++