public bool Remove(
MeasurementKey key
)
Public Function Remove (
key As MeasurementKey
) As Boolean
public:
virtual bool Remove(
MeasurementKey^ key
) sealed
function Remove(key);
ArgumentNullException | key is . |
NotSupportedException | The IDictionaryTKey, TValue is read-only. |