I can't believe we couldn't set both Accessors in a single line until now

This commit is contained in:
Michael Becker 2020-01-05 19:53:48 -05:00
parent e040352f7e
commit 49b8a7ddaa
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -223,6 +223,11 @@ namespace UniversalEditor
}
return null;
}
set
{
InputAccessor = value;
OutputAccessor = value;
}
}
/// <summary>
/// The <see cref="DataFormat" /> associated with this <see cref="Document" />.