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

RenderMethod.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: 8f2db742cdbdfc124f59c93ad11b5eba3ec9c8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//
// System.Web.UI.RenderMethod.cs
//
// Duncan Mak  (duncan@ximian.com)
//
// (C) Ximian, Inc.
//

namespace System.Web.UI {

	public delegate void RenderMethod (HtmlTextWriter output, Control container);
}