TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
void ZeroMemory< T > ( ref T  variable)

The function resets a variable passed to it by reference.

Template Parameters
Ttype of variable passed as parameter
Parameters
variableVariable passed by reference, you want to reset (initialize by zero values)

Note: for backward compatibility only. Do not use it in new projects.

Type Constraints
T :new()