public class FuncTemplate<TParam, TControl> : ITemplate<TParam, TControl>
where TControl : Control
Public Class FuncTemplate(Of TParam, TControl As Control)
Implements ITemplate(Of TParam, TControl)type FuncTemplate<'TParam, 'TControl when 'TControl : Control> =
class
interface ITemplate<'TParam, 'TControl>
end| FuncTemplateTParam, TControl(FuncTParam, INameScope, TControl) | Initializes a new instance of the FuncTemplateTParam, TControl class. |
| Build(TParam) | Creates the control. |
| BuildWithNameScope(TParam) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |