Click or drag to resize
FrameTRowKey, TColumnKey Constructor (IEnumerableTColumnKey, IEnumerableISeriesTRowKey)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Frame(
	IEnumerable<TColumnKey> names,
	IEnumerable<ISeries<TRowKey>> columns
)

Parameters

names
Type: System.Collections.GenericIEnumerableTColumnKey

[Missing <param name="names"/> documentation for "M:Deedle.Frame`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Collections.Generic.IEnumerable{Deedle.ISeries{`0}})"]

columns
Type: System.Collections.GenericIEnumerableISeriesTRowKey

[Missing <param name="columns"/> documentation for "M:Deedle.Frame`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Collections.Generic.IEnumerable{Deedle.ISeries{`0}})"]

See Also