AccessContextualTScope, TParent, TChildContextualCreateChild Method |
Creates a child contextual with an access scope of
childScope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic TChildContextual CreateChild(
TScope childScope
)
Public Function CreateChild (
childScope As TScope
) As TChildContextual
public:
virtual TChildContextual CreateChild(
TScope childScope
) sealed
abstract CreateChild :
childScope : 'TScope -> 'TChildContextual
override CreateChild :
childScope : 'TScope -> 'TChildContextual
Parameters
- childScope
- Type: TScope
The access scope of the created child contextual.
Return Value
Type:
TChildContextualThe new child contextual.
Implements
IChildContextualCreatorTScope, TChildCreateChild(TScope)
See Also