AniDBmini.CanExpandConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
return object
        public object ConvertBack(object o, Type type, object parameter, CultureInfo culture)
        {
            throw new NotSupportedException();
        }
CanExpandConverter