GetInstance(String, Func<IView>)

View Multiton Factory method.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public static IView GetInstance(
	string key,
	Func<IView> viewClassRef
	)

Parameters

keyString
Key of view
viewClassRefFunc<>
the FuncDelegate of the IView

Returns

the instance for this Multiton key