Legend
| Method: void IncrementSymbolFrequency( |
| int | symbol | The symbol whose frequency is to be updated. |
| int | incrementBy | The value to be added to the current frequency. This can be negative. If the symbol frequency becomes negative, an ArgumentException is thrown. |