Returns the Object which wraps the wrapped object.
- Template Parameters
-
| TWrapped | Type of the wrapped object. |
- Parameters
-
| wrapped | The wrapped object. |
- Returns
- Object that implements IWrapper<TWrapped>, if found; otherwise,
null
- Type Constraints
-
| TWrapper | : | Object | |
| TWrapper | : | IWrapper<TWrapped> | |