C# 클래스 Perspex.Markup.FuncMultiValueConverter

A general purpose IValueConverter that uses a Func{T1, TResult} to provide the converter logic.
상속: IMultiValueConverter
파일 보기 프로젝트 열기: kekekeks/Perspex

공개 메소드들

메소드 설명
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