Click or drag to resize
FrameTRowKey, TColumnKeyGetAllValuesR Method (ConversionKind)
[category:Fancy accessors]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public IEnumerable<R> GetAllValues<R>(
	ConversionKind strict
)

Parameters

strict
Type: DeedleConversionKind

[Missing <param name="strict"/> documentation for "M:Deedle.Frame`2.GetAllValues``1(Deedle.ConversionKind)"]

Type Parameters

R

Return Value

Type: IEnumerableR

[Missing <returns> documentation for "M:Deedle.Frame`2.GetAllValues``1(Deedle.ConversionKind)"]

See Also