Method Count
Count(Feature)
Calculates the number of enabled features in self.
Declaration
public static int Count(this Feature self)
Parameters
| Type | Name | Description |
|---|---|---|
| Feature | self | The Feature being extended. |
Returns
| Type | Description |
|---|---|
| int | The number of enabled Feature flags. |