C# 클래스 MvvmCross.Plugin.Color.MvxColorValueConverter

상속: MvxValueConverter
파일 보기 프로젝트 열기: unoplatform/Uno.MvvmCross

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

보호된 메소드들

메소드 설명
Convert ( object value, object parameter, CultureInfo culture ) : MvxColor

메소드 상세

Convert() 보호된 추상적인 메소드

protected abstract Convert ( object value, object parameter, CultureInfo culture ) : MvxColor
value object
parameter object
culture CultureInfo
리턴 MvxColor

Convert() 공개 최종 메소드

public final Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
리턴 object