Interface IConverter<T>
Defines a converter between two values of the same T type.
Определяет конвертер между двумя значениями одного типа T.
Inherited Members
Namespace: Platform.Converters
Assembly: Platform.Converters.dll
Syntax
public interface IConverter<T> : IConverter<T, T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of value to convert. Тип преобразуемого значения. |