Add project files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Compat.Runtime.Serialization
|
||||
{
|
||||
public sealed class ExtensionDataObject
|
||||
{
|
||||
internal ExtensionDataObject()
|
||||
{
|
||||
}
|
||||
|
||||
internal IList<ExtensionDataMember> Members { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user