Octgn.Play.Gui.VisibleAndNullConverter.ConvertBack C# (CSharp) Метод

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

public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object[]
        public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
    }
VisibleAndNullConverter