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

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

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