'宣言 Public Overloads Function Evaluate( _ ByVal oldResult As IAggregationResult, _ ByVal aggregateable As IAggregateable, _ ByVal items As IEnumerable _ ) As IAggregationResult
public IAggregationResult Evaluate( IAggregationResult oldResult, IAggregateable aggregateable, IEnumerable items )
| 例外 | 解説 |
|---|---|
| System.NotImplementedException | The exception that is thrown when a requested method or operation is not implemented. |