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

CompilerErrorCollection.cs « System.CodeDom.Compiler « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d12f0ed49b8ba79f6c6d07061d5ae3244800a943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// System.CodeDom.Compiler CompilerErrorCollection Class implementation
//
// Author:
//   Daniel Stodden (stodden@in.tum.de)
//
// (C) 2002 Ximian, Inc.
//

namespace System.CodeDom.Compiler
{
	public class CompilerErrorCollection
	{
		// FIXME
	}
}