Gets the value with the specified key.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Object this[
C key
] { get; }
Public ReadOnly Default Property Item (
key As C
) As Object
Get
public:
property Object^ default[C key] {
Object^ get (C key);
}
member Item : Object with get
Parameters
- key
- Type: C
A key.
Return Value
Type:
ObjectThe value with key
key in the row.
Reference