static variable in C#

C# does not support static local variable, static global variable, so in C#, the only one kind of static variable is class variable.