IAccessScopeLogicTScopeContains Method |
Returns whether the access scope outer contains
the access scope inner.
More precisely, whether for each access scope a,
if Influences(inner, a) then Influences(outer, a).
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxbool Contains(
TScope outer,
TScope inner
)
Function Contains (
outer As TScope,
inner As TScope
) As Boolean
bool Contains(
TScope outer,
TScope inner
)
abstract Contains :
outer : 'TScope *
inner : 'TScope -> bool
Parameters
- outer
- Type: TScope
The possibly outer access scope. - inner
- Type: TScope
The possibly inner access scope.
Return Value
Type:
Boolean
Whether the access scope
outer contains
the access scope
inner.
See Also