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: 6e505eb6cb758310496d6d55830a75fa3cd16a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Newtonsoft.Json.Tests.TestObjects
{
  public abstract class ContentBaseClass
  {
  }
}