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
key
StringKey of view
viewClassRef
Func<>the FuncDelegate of the IView
Returns
the instance for this Multiton key