 | Projection.Count<TResult> Method |
Computes the number of occurences of a value in a sequence of values.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static TResult Count<TResult>()
Public Shared Function Count(Of TResult) As TResult
Type Parameters
- TResult
- The type of the result.
Return Value
Type:
TResultThe number of occurences.
See Also