GetInstance(Func<IView>)

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

Syntax

C#
public static IView GetInstance(
	Func<IView> viewFunc
	)

Parameters

viewFuncFunc<>
the FuncDelegate of the IView

Returns

the instance for this Singleton key