Sakuno.KanColle.Amatsukaze.MultiplyConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
rpValue object
rpTargetType System.Type
rpParameter object
rpCulture System.Globalization.CultureInfo
return object
        public object ConvertBack(object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture)
        {
            throw new NotSupportedException();
        }
    }
MultiplyConverter