public ReadOnlyCollection<MeasurementKey> TaggedMeasurementKeys(
string tag
)
Public Function TaggedMeasurementKeys (
tag As String
) As ReadOnlyCollection(Of MeasurementKey)
public:
ReadOnlyCollection<MeasurementKey^>^ TaggedMeasurementKeys(
String^ tag
)
function TaggedMeasurementKeys(tag);