Alba.JamlTestApp.TreeViewWindow._jaml_TreeViewWindowConverter2_Class.Convert C# (CSharp) Метод

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

public Convert ( object value, Type targetType, object param, CultureInfo culture ) : object
value object
targetType System.Type
param object
culture System.Globalization.CultureInfo
Результат object
            public object Convert (object value, Type targetType, object param, CultureInfo culture)
            {
                if (ReferenceEquals(value, DependencyProperty.UnsetValue))
                    return DependencyProperty.UnsetValue;
                return !(bool)value;
            }
TreeViewWindow._jaml_TreeViewWindowConverter2_Class