Interface IConverter<TSource, TTarget>
Assembly: PoeShared.dll
Syntax
public interface IConverter<in TSource, out TTarget> : IConverter
Type Parameters
Name |
Description |
TSource |
|
TTarget |
|
Methods
Name |
Description |
Convert(TSource)
|
Converts the given value of type TSource into an object of type TTarget.
|
Extension Methods
ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)