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

BaseParser.cs « System.Web.UI « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 981cc5d0828193de54281cfa4f6615de1e78d90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// System.Web.UI.BaseParser.cs
//
// Duncan Mak  (duncan@ximian.com)
//
// (C) Ximian, Inc.
//

namespace System.Web.UI {
	public class BaseParser
	{
		// LAMESPEC: We know nothing about this class from the docs.
	}
}