'宣言 Public Overloads Function Evaluate( _ ByVal oldResult As IAggregationResult(Of T,TopCountCache(Of T)), _ ByVal value As T _ ) As IAggregationResult(Of T,TopCountCache(Of T))
public IAggregationResult<T,TopCountCache<T>> Evaluate( IAggregationResult<T,TopCountCache<T>> oldResult, T value )