aspnetcore/test/Microsoft.AspNetCore.JsonPa.../Adapters/TestDynamicObject.cs

11 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Text;
namespace Microsoft.AspNetCore.JsonPatch.Test.Adapters
{
public class TestDynamicObject : DynamicObject
{ }
}