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