Interface IConverter<TSource, TTarget>
Namespace: PoeShared.Prism
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. |