C# 클래스 AniDBmini.CanExpandConverter

상속: IValueConverter
파일 보기 프로젝트 열기: ahodesuka/AniDBmini

공개 메소드들

메소드 설명
Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object

메소드 상세

Convert() 공개 메소드

public Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object