C# Класс Perspex.Markup.FuncMultiValueConverter

A general purpose IValueConverter that uses a Func{T1, TResult} to provide the converter logic.
Наследование: IMultiValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
FuncMultiValueConverter ( Func convert ) : System

Initializes a new instance of the FuncValueConverter{TIn, TOut} class.

Описание методов

Convert() публичный Метод

public Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
values IList
targetType Type
parameter object
culture CultureInfo
Результат object

FuncMultiValueConverter() публичный Метод

Initializes a new instance of the FuncValueConverter{TIn, TOut} class.
public FuncMultiValueConverter ( Func convert ) : System
convert Func The convert function.
Результат System