[]
Returns the set resulting of subtracting the excludedSet from baseSet.
public static IOrderedSet<int> Exclude(IOrderedSet<int> baseSet, IOrderedSet<int> excludedSet)
Public Shared Function Exclude(baseSet As IOrderedSet(Of Integer), excludedSet As IOrderedSet(Of Integer)) As IOrderedSet(Of Integer)
| Type | Name | Description |
|---|---|---|
| IOrderedSet<int> | baseSet | The base set. |
| IOrderedSet<int> | excludedSet | The excluded set. |
| Type | Description |
|---|---|
| IOrderedSet<int> |