C# Class AniDBmini.CanExpandConverter

Inheritance: IValueConverter
Show file Open project: ahodesuka/AniDBmini

Public Methods

Method Description
Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object

Method Details

Convert() public method

public Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
return object