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

Inheritance: System.Attribute
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

Method Description
NavigationSynonymAttribute ( Type synonymType ) : System

Initializes a new instance of the NavigationSynonymAttribute class.

Method Details

NavigationSynonymAttribute() public method

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