Returns the Object which wraps the wrapped object.
- Template Parameters
-
| TWrapped | Type of the wrapped object. |
- Parameters
-
| wrapped | The wrapped object. |
| result | When this method returns, contains the wrapper of the wrapped object, if found; otherwise, null. This parameter is passed uninitialized. |
- Returns
true if wrapper was found; otherwise, false.