CK.Plugins.AutoClick.Converters.InstructionToImageConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object
        public object ConvertBack( object value, Type targetType, object parameter, System.Globalization.CultureInfo culture )
        {
            return null;
        }
InstructionToImageConverter