Click or drag to resize
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: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
bool Contains(
	TScope outer,
	TScope inner
)

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