eDriven Framework API
Produce<(Of <(<'T>)>)> Method (id)
NamespaceseDriven.Gui.DesignerGuiLookupProduce<(Of <<'(T>)>>)(String)
eDriven Framework API
Produces a component using the adapter/factory specified by ID
Declaration Syntax
C#Visual BasicVisual C++
public static Component Produce<T>(
	string id
)
where T : ComponentAdapter
Public Shared Function Produce(Of T As ComponentAdapter) ( _
	id As String _
) As Component
public:
generic<typename T>
where T : ComponentAdapter
static Component^ Produce(
	String^ id
)
Generic Template Parameters
T
Adapter type
Parameters
id (String)
Adapter ID
Return Value

Assembly: eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)