T
TS
I am coming from vb.net. I have seen that most variables need to be
instantiated before using in c#, unlike vb.net. When you declare a variable
and immediately set it's value, does that instantiate it? Since I never call
the constructor (new xxx), I don't know that it does. Ex: int myInt = 5;
thanks
instantiated before using in c#, unlike vb.net. When you declare a variable
and immediately set it's value, does that instantiate it? Since I never call
the constructor (new xxx), I don't know that it does. Ex: int myInt = 5;
thanks