AccessContextualTScope, TParent, TChildContextualCreateChildWithin 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)
Syntaxpublic TChildContextual CreateChildWithin()
Public Function CreateChildWithin As TChildContextual
public:
virtual TChildContextual CreateChildWithin() sealed
abstract CreateChildWithin : unit -> 'TChildContextual
override CreateChildWithin : unit -> 'TChildContextual
Return Value
Type:
TChildContextualThe new child contextual.
Implements
IChildContextualCreatorTScope, TChildCreateChildWithin
See Also