This documentation is archived and is not being maintained.
BuildMethod Delegate
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <Serializable> Public Delegate Function Sub BuildMethod() As Control [C#] [Serializable] public delegate Control BuildMethod(); [C++] [Serializable] public __gc __delegate Control* BuildMethod();
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
See Also
System.Web.UI Namespace | Control | TemplateControl | Page | UserControl
Show: