PropertyChangeBase: Don't try to serialize the PropertyChangedDispatcher

This commit is contained in:
Antony Male 2014-04-23 14:06:40 +01:00
parent 6f01d44edf
commit ec3cf5e440
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace Stylet
/// <summary>
/// Dispatcher to use to dispatch PropertyChanged events. Defaults to Execute.DefaultPropertyChangedDispatcher
/// </summary>
[System.Xml.Serialization.XmlIgnore]
public virtual Action<Action> PropertyChangedDispatcher
{
get { return this._propertyChangedDispatcher; }