I noticed that there are other streams of global variables in C #. Such as integers, strings, etc., for example,
public static int;
But I need to use "var", which is not mentioned in another thread, and
public static var;
doesn't seem to work.
So I ask, is it possible to have "var" as a global variable in C #?
source share