public bool TryGetValue(
MeasurementKey key,
out IMeasurement value
)
Public Function TryGetValue (
key As MeasurementKey,
<OutAttribute> ByRef value As IMeasurement
) As Boolean
public:
virtual bool TryGetValue(
MeasurementKey^ key,
[OutAttribute] IMeasurement^% value
) sealed
function TryGetValue(key, value);
[Missing <param name="key"/> documentation for "M:Gemstone.Timeseries.MeasurementDictionary.TryGetValue(Gemstone.Timeseries.MeasurementKey,Gemstone.Timeseries.IMeasurement@)"]
[Missing <param name="value"/> documentation for "M:Gemstone.Timeseries.MeasurementDictionary.TryGetValue(Gemstone.Timeseries.MeasurementKey,Gemstone.Timeseries.IMeasurement@)"]
[Missing <returns> documentation for "M:Gemstone.Timeseries.MeasurementDictionary.TryGetValue(Gemstone.Timeseries.MeasurementKey,Gemstone.Timeseries.IMeasurement@)"]