Gets the intersection of the set of interfaces that are currently provided and the set of interfaces in the
restriction list.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public IList<DOFInterfaceID> restrict( IList<DOFInterfaceID> iids )
Parameters
- iids
- Type: System.Collections.GenericIListDOFInterfaceID
The set of interfaces that are currently provided. This must not be null.
Return Value
Type: IListDOFInterfaceIDA intersecting set of interfaces.
Remarks
See Also