[]
Returns the intersection between 2 sets.
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
| Type | Name | Description |
|---|---|---|
| IOrderedSet<int> | set1 | The first set. |
| IOrderedSet<int> | set2 | The second set. |
| Type | Description |
|---|---|
| C1OrderedSet | The intersection. |