'宣言 Public Overrides Function Sum( _ ByVal value1 As Decimal, _ ByVal value2 As Nullable(Of Decimal) _ ) As Nullable(Of Decimal)
public override Nullable<decimal> Sum( decimal value1, Nullable<decimal> value2 )
DecimalAverageAggregator クラス DecimalAverageAggregator メンバ