Get a new context that is a child of another context
Namespace: AppCan.Core.ContextsAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
Context GetNewContext( IContext parentContext ) |
Visual Basic |
---|
Function GetNewContext ( _ parentContext As IContext _ ) As Context |
Visual C++ |
---|
Context^ GetNewContext( IContext^ parentContext ) |
Parameters
- parentContext
- Type: AppCan.Core.Contexts..::..IContext
The parent context
Return Value
[Missing <returns> documentation for "M:AppCan.Core.Contexts.IContextDef.GetNewContext(AppCan.Core.Contexts.IContext)"]