comments are nice

This commit is contained in:
Michael Becker 2020-01-05 19:50:57 -05:00
parent 28fe5db701
commit f2c10e8488
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -7,6 +7,10 @@ using UniversalEditor.ObjectModels.CoreObject;
namespace UniversalEditor.DataFormats.CoreObject
{
/// <summary>
/// Provides a <see cref="DataFormat" /> that can be used either standalone or as the base class for <see cref="DataFormat"/>s built on the Core Object File Format,
/// such as vCard and vCalendar.
/// </summary>
public class CoreObjectDataFormat : DataFormat
{
private static DataFormatReference _dfr = null;