// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Avalonia.Data;
namespace Avalonia.Data.Core.Plugins
{
///
/// Base class for data validators.
///
///
/// Data validators are s that are returned from an
/// . They wrap an inner
/// and convert any values received from the inner property accessor into
/// s.
///
public abstract class DataValidatiorBase : PropertyAccessorBase, IObserver