IAccessScopeLogicTScopeIntersect Method |
Returns the intersection of first and
second.
More precisely, returns an access scope a,
which is both contained in first and
second and
where there is no access scope b which is both contained in
first and second
and which is not contained in a.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxTScope Intersect(
TScope first,
TScope second
)
Function Intersect (
first As TScope,
second As TScope
) As TScope
TScope Intersect(
TScope first,
TScope second
)
abstract Intersect :
first : 'TScope *
second : 'TScope -> 'TScope
Parameters
- first
- Type: TScope
The first access scope. - second
- Type: TScope
The second access scope.
Return Value
Type:
TScope
The intersection of
first and
second.
See Also