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: SystemObject
- getValue
- Type: SystemFuncObject, String, Object
Implements
IAggregatorPush(Object, FuncObject, String, Object)
Reference