C# Class MassEffect.Windows.Data.TypeOfConverter

Inheritance: IValueConverter
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
TypeOfConverter ( ) : System
TypeOfConverter ( Type targetType ) : System

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

TypeOfConverter() public méthode

public TypeOfConverter ( ) : System
Résultat System

TypeOfConverter() public méthode

public TypeOfConverter ( Type targetType ) : System
targetType System.Type
Résultat System