Alba.JamlTestApp.TreeViewWindow._jaml_TreeViewWindowConverter3_Class.ConvertBack C# (CSharp) Метод

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

public ConvertBack ( object value, Type targetTypes, object param, CultureInfo culture ) : object[]
value object
targetTypes System.Type
param object
culture System.Globalization.CultureInfo
Результат object[]
            public object[] ConvertBack (object value, Type[] targetTypes, object param, CultureInfo culture)
            {
                throw new NotSupportedException("Converter supports only one-way binding.");
            }
        }
TreeViewWindow._jaml_TreeViewWindowConverter3_Class