C# 클래스 RazorSpy.Styles.Xaml.EnumToDictionaryValueConverter

상속: System.Windows.DependencyObject, IValueConverter
파일 보기 프로젝트 열기: RazorSpy/RazorSpy

공개 메소드들

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

비공개 메소드들

메소드 설명
TryGetValue ( System.Windows.ResourceDictionary dict, string key, object &val ) : bool

메소드 상세

Convert() 공개 메소드

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

ConvertBack() 공개 메소드

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

EnumToDictionaryValueConverter() 공개 메소드

public EnumToDictionaryValueConverter ( ) : System
리턴 System