IChildContextualCreatorTScope, TChildCreateChild Method |
Creates a child contextual with an access scope of
accessScope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxTChild CreateChild(
TScope accessScope
)
Function CreateChild (
accessScope As TScope
) As TChild
TChild CreateChild(
TScope accessScope
)
abstract CreateChild :
accessScope : 'TScope -> 'TChild
Parameters
- accessScope
- Type: TScope
The access scope of the created child contextual.
Return Value
Type:
TChildThe new child contextual.
See Also