C# Class Perspex.Markup.FuncMultiValueConverter

A general purpose IValueConverter that uses a Func{T1, TResult} to provide the converter logic.
Inheritance: IMultiValueConverter
Afficher le fichier Open project: kekekeks/Perspex

Méthodes publiques

Méthode Description
Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
FuncMultiValueConverter ( Func convert ) : System

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

Method Details

Convert() public méthode

public Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
values IList
targetType Type
parameter object
culture CultureInfo
Résultat object

FuncMultiValueConverter() public méthode

Initializes a new instance of the FuncValueConverter{TIn, TOut} class.
public FuncMultiValueConverter ( Func convert ) : System
convert Func The convert function.
Résultat System