S
Sugandh Jain
Hi,
The warning from Microsoft.Performance Code Analysis check that,
its not required to initialize numeric variables to zero, boolean to false
and object to null is a good one because CLR does it by itself.
I wanted to know if one does initialize fields in a class, how much of the
performance hit would it have for that same operation without a
initialization done.
Regards,
Sugandh
The warning from Microsoft.Performance Code Analysis check that,
its not required to initialize numeric variables to zero, boolean to false
and object to null is a good one because CLR does it by itself.
I wanted to know if one does initialize fields in a class, how much of the
performance hit would it have for that same operation without a
initialization done.
Regards,
Sugandh
