Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public void Push(
Object r,
Func<Object, string, Object> getValue
)
Public Sub Push (
r As Object,
getValue As Func(Of Object, String, Object)
)
public:
virtual void Push(
Object^ r,
Func<Object^, String^, Object^>^ getValue
) sealed
abstract Push :
r : Object *
getValue : Func<Object, string, Object> -> unit
override Push :
r : Object *
getValue : Func<Object, string, Object> -> unit
Parameters
- r
- Type: System.Object
- getValue
- Type: System.Func<Object, String, Object>
Implements
IAggregator.Push(Object, Func<Object, String, Object>)
Reference