FuncTemplate<TParam, TControl>.

FuncTemplate(Func<TParam, INameScope, TControl>) Constructor

Summary

Initializes a new instance of the FuncTemplate<TParam, TControl> class.

Syntax

public FuncTemplate(Func<TParam, INameScope, TControl> func)

Parameters

Name Type Description
func Func<TParam, INameScope, TControl> The function used to create the control.

Return Value

Type Description
void