C# Class LogoFX.Client.Mvvm.Navigation.NavigationSynonymAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
NavigationSynonymAttribute ( Type synonymType ) : System

Initializes a new instance of the NavigationSynonymAttribute class.

Method Details

NavigationSynonymAttribute() public méthode

Initializes a new instance of the NavigationSynonymAttribute class.
public NavigationSynonymAttribute ( Type synonymType ) : System
synonymType System.Type Type of the synonym.
Résultat System