Click or drag to resize
IFrameApplyV Method
Calls the `Invoke` method of the specified interface `IFrameOperation<'V>` with the typed data frame as an argument

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
V Apply<V>(
	IFrameOperation<V> param0
)

Parameters

param0
Type: DeedleIFrameOperationV

[Missing <param name="param0"/> documentation for "M:Deedle.IFrame.Apply``1(Deedle.IFrameOperation{``0})"]

Type Parameters

V

Return Value

Type: V

[Missing <returns> documentation for "M:Deedle.IFrame.Apply``1(Deedle.IFrameOperation{``0})"]

See Also