A
Action
in c++ if i put
static int count = 0;
in a method; count can only accessed inside the method and retain it's
value.
is there equilvant thing in C#?
thx
static int count = 0;
in a method; count can only accessed inside the method and retain it's
value.
is there equilvant thing in C#?
thx