Click or drag to resize
IFrame Interface
An empty interface that is implemented by `Frame<'R, 'C>`. The purpose of the interface is to allow writing code that works on arbitrary data frames (you need to provide an implementation of the `IFrameOperation<'V>` which contains a generic method `Invoke` that will be called with the typed data frame). [category:Specialized frame and series types]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public interface IFrame

The IFrame type exposes the following members.

Methods
  NameDescription
Public methodApplyV
Calls the `Invoke` method of the specified interface `IFrameOperation<'V>` with the typed data frame as an argument
Top
See Also