Method SetDifference
SetDifference(Feature, Feature)
Computes the set difference (that is, removes all flags in features
from self
).
Declaration
public static Feature SetDifference(this Feature self, Feature features)
Parameters
Type | Name | Description |
---|---|---|
Feature | self | The Feature being extended. |
Feature | features | Features to remove from |
Returns
Type | Description |
---|---|
Feature | The set difference of |