AccessContextualTScope, TParent, TChildContextualThisAsTParent Method |
Returns the acess contextual when it is used as the parent
of a new child context derived from this access context.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic abstract TParent ThisAsTParent()
Public MustOverride Function ThisAsTParent As TParent
public:
virtual TParent ThisAsTParent() abstract
abstract ThisAsTParent : unit -> 'TParent
Return Value
Type:
TParent
The acess contextual when it is used as the parent
of a new child context derived from this access context.
Implements
IAccessContextualTScope, TThis, TChildContextualThisAsTParent
See Also