C# Class TheChan.Converters.VisibleWhenZeroConverter

Inheritance: IValueConverter
Afficher le fichier Open project: acedened/TheChan

Méthodes publiques

Méthode Description
Convert ( object v, Type t, object p, string l ) : object
ConvertBack ( object v, Type t, object p, string l ) : object

Method Details

Convert() public méthode

public Convert ( object v, Type t, object p, string l ) : object
v object
t System.Type
p object
l string
Résultat object

ConvertBack() public méthode

public ConvertBack ( object v, Type t, object p, string l ) : object
v object
t System.Type
p object
l string
Résultat object