Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ContentBaseClass.cs « TestObjects « Newtonsoft.Json.Tests « Src - github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3090f07b29922efd7567df5d4210e8e6b738781 (plain)
1
2
3
4
5
6
namespace Newtonsoft.Json.Tests.TestObjects
{
  public abstract class ContentBaseClass
  {
  }
}