HasCore(String)
Check if a Core is registered or not
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public static bool HasCore( string key )
Parameters
key
Stringthe multiton key for the Core in question
Returns
Boolean
whether a Core is registered with the given key.