C# 클래스 WeeklyXamarin.Mobile.Converters.ValueConversionAttribute

상속: Attribute
파일 보기 프로젝트 열기: weeklyxamarin/WeeklyXamarin.mobile

공개 메소드들

메소드 설명
ValueConversionAttribute ( Type input, Type output ) : System

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

메소드 상세

ValueConversionAttribute() 공개 메소드

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.
리턴 System