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

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

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