 | ProjectionCountTResult Method |
Computes the number of occurences of a value in a sequence of values.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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