Method CountFromTo
CountFromTo(T, T)
Determine the number of items between two supplied thresholds.
Declaration
public int CountFromTo(T bot, T top)
Parameters
Type | Name | Description |
---|---|---|
T | bot | The lower bound (inclusive) |
T | top | The upper bound (exclusive) |
Returns
Type | Description |
---|---|
System.Int32 | The number of matching items. |