Octgn.Play.Gui.HighlightColorConverter.ConvertBack C# (CSharp) 메소드

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes System.Type
parameter object
culture CultureInfo
리턴 object[]
        public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
HighlightColorConverter