Sakuno.KanColle.Amatsukaze.MultiplyConverter.ConvertBack C# (CSharp) Méthode

ConvertBack() public méthode

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