AccessContextualTScope, TParent, TChildContextualCreateChildWithin Method (TScope) |
Creates a child contextual with
same access scope as the intersection of
the access scope of the parent and
maximumChildScope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic TChildContextual CreateChildWithin(
TScope maximumChildScope
)
Public Function CreateChildWithin (
maximumChildScope As TScope
) As TChildContextual
public:
virtual TChildContextual CreateChildWithin(
TScope maximumChildScope
) sealed
abstract CreateChildWithin :
maximumChildScope : 'TScope -> 'TChildContextual
override CreateChildWithin :
maximumChildScope : 'TScope -> 'TChildContextual
Parameters
- maximumChildScope
- Type: TScope
The access scope to intersect the parent scope with.
Return Value
Type:
TChildContextualThe new child contextual.
Implements
IChildContextualCreatorTScope, TChildCreateChildWithin(TScope)
See Also