Answers for "how to do a variable in c#"

C#
0

how to use var in c#

/*var*/ var MyVar = 5;
/*static*/ public static int MyStatic;
Posted by: Guest on June-29-2021
1

how to declare variables in c#

public int yourNumber = 5;
Posted by: Guest on December-06-2019

Code answers related to "how to do a variable in c#"

C# Answers by Framework

Browse Popular Code Answers by Language