I can't believe we couldn't set both Accessors in a single line until now
This commit is contained in:
parent
e040352f7e
commit
49b8a7ddaa
@ -223,6 +223,11 @@ namespace UniversalEditor
|
||||
}
|
||||
return null;
|
||||
}
|
||||
set
|
||||
{
|
||||
InputAccessor = value;
|
||||
OutputAccessor = value;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// The <see cref="DataFormat" /> associated with this <see cref="Document" />.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user