C# Class WeeklyXamarin.Mobile.Converters.ValueConversionAttribute

Inheritance: Attribute
ファイルを表示 Open project: weeklyxamarin/WeeklyXamarin.mobile

Public Methods

Method Description
ValueConversionAttribute ( Type input, Type output ) : System

Initializes a new instance of the WeeklyXamarin.Mobile.Converters.ValueConversionAttribute class.

Method Details

ValueConversionAttribute() public method

Initializes a new instance of the WeeklyXamarin.Mobile.Converters.ValueConversionAttribute class.
public ValueConversionAttribute ( Type input, Type output ) : System
input Type The input type of the value converter.
output Type The output type of the value converter.
return System