public bool TryGetValue(
MeasurementKey key,
out IMeasurement value
)Public Function TryGetValue (
key As MeasurementKey,
<OutAttribute> ByRef value As IMeasurement
) As Booleanpublic:
virtual bool TryGetValue(
MeasurementKey^ key,
[OutAttribute] IMeasurement^% value
) sealedfunction 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@)"]