IChildContextualCreatorTScope, TChildCreateChildWithin Method (TScope) |
Creates a child contextual with
same access scope as the intersection of
the access scope of the parent and
maximumAccessScope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxTChild CreateChildWithin(
TScope maximumAccessScope
)
Function CreateChildWithin (
maximumAccessScope As TScope
) As TChild
TChild CreateChildWithin(
TScope maximumAccessScope
)
abstract CreateChildWithin :
maximumAccessScope : 'TScope -> 'TChild
Parameters
- maximumAccessScope
- Type: TScope
The access scope to intersect the parent scope with.
Return Value
Type:
TChildThe new child contextual.
See Also