Method CountTo
CountTo(T)
Determine the number of items below a supplied threshold.
Declaration
public int CountTo(T top)
Parameters
Type | Name | Description |
---|---|---|
T | top | The upper bound (exclusive) |
Returns
Type | Description |
---|---|
System.Int32 | The number of matching items. |