[]
        
(Showing Draft Content)

C1.WinUI.Core.C1OrderedSet.Intersection

Intersection Method

Intersection(IOrderedSet<int>, IOrderedSet<int>)

Returns the intersection between 2 sets.

Declaration
public static C1OrderedSet Intersection(IOrderedSet<int> set1, IOrderedSet<int> set2)
Public Shared Function Intersection(set1 As IOrderedSet(Of Integer), set2 As IOrderedSet(Of Integer)) As C1OrderedSet
Parameters
Type Name Description
IOrderedSet<int> set1

The first set.

IOrderedSet<int> set2

The second set.

Returns
Type Description
C1OrderedSet

The intersection.