Click or drag to resize
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: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
TScope Intersect(
	TScope first,
	TScope second
)

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