Method InheritContext
InheritContext<TTarget, TSource>(TTarget, TSource)
Declaration
public static TTarget InheritContext<TTarget, TSource>(this TTarget target, TSource source) where TTarget : ICanSetContext where TSource : ICanSetContext, IDisposableReactiveObject
Parameters
| Type | Name | Description |
|---|---|---|
| TTarget | target | |
| TSource | source |
Returns
| Type | Description |
|---|---|
| TTarget |
Type Parameters
| Name | Description |
|---|---|
| TTarget | |
| TSource |