BellaCode.Mvvm.Converters.ObjectRefVisibilityConverter.ConvertBack C# (CSharp) Метод

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Результат object
        public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
        {
            throw new NotSupportedException("ObjectRefVisibilityConverter can not convert visiblity back to the original object.");
        }