Class ContextInheritor<TTarget, TSrc, TContext>
Inherited Members
Namespace: EyeAuras.Shared
Assembly: EyeAuras.Shared.dll
Syntax
public sealed class ContextInheritor<TTarget, TSrc, TContext> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged where TTarget : ICanSetContext where TSrc : IDisposableReactiveObject where TContext : IEyeContext
Type Parameters
| Name | Description |
|---|---|
| TTarget | |
| TSrc | |
| TContext |
Constructors
| Name | Description |
|---|---|
| ContextInheritor(TTarget, TSrc, Expression<Func<TSrc, TContext>>) |