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

EmptyClass.cs « Newtonsoft.Json.Test « monotouch - github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 114363cb57f19f34c27052daea4765cea32721b0 (plain)
1
2
3
4
5
6
7
8
9
namespace Newtonsoft.Json.Test
{
	public class EmptyClass
	{
		public EmptyClass ()
		{
		}
	}
}