Click or drag to resize
ISeriesKTryGetObject Method
Attempts to get the value at a specified key and return it as `obj`

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
OptionalValue<Object> TryGetObject(
	K param0
)

Parameters

param0
Type: K

[Missing <param name="param0"/> documentation for "M:Deedle.ISeries`1.TryGetObject(`0)"]

Return Value

Type: OptionalValueObject

[Missing <returns> documentation for "M:Deedle.ISeries`1.TryGetObject(`0)"]

See Also