TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
void ZeroMemory< T > | ( | ref T | variable | ) |
The function resets a variable passed to it by reference.
T | type of variable passed as parameter |
variable | Variable passed by reference, you want to reset (initialize by zero values) |
Note: for backward compatibility only. Do not use it in new projects.
T | : | new() |