C# Class Alba.JamlTestApp.TreeViewWindow._jaml_TreeViewWindowConverter_Class

Inheritance: IMultiValueConverter
ファイルを表示 Open project: Athari/Alba.Jaml

Public Methods

Method Description
Convert ( object values, Type targetType, object param, CultureInfo culture ) : object
ConvertBack ( object value, Type targetTypes, object param, CultureInfo culture ) : object[]

Method Details

Convert() public method

public Convert ( object values, Type targetType, object param, CultureInfo culture ) : object
values object
targetType System.Type
param object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetTypes, object param, CultureInfo culture ) : object[]
value object
targetTypes System.Type
param object
culture System.Globalization.CultureInfo
return object[]