'Declaration Public Overrides NotOverridable Function Intersect( _ ByVal target As IPermission _ ) As IPermission
public override IPermission Intersect( IPermission target )
Parameters
- target
- A permission object to intersect with the current permission object. It must have the same type as the current permission object.
Return Value
A new permission object that represents the intersection of the current permission object and the specified permission object. If the intersection is empty, new permission object is a null reference.