Method Union
Union(Feature, Feature)
Computes the union of self and features (that is,
the set of features in self or features or both).
Declaration
public static Feature Union(this Feature self, Feature features)
Parameters
| Type | Name | Description |
|---|---|---|
| Feature | self | The Feature being extended. |
| Feature | features | Features to union with |
Returns
| Type | Description |
|---|---|
| Feature | The union of |