type of variable c# code example
Example 1: get type of variable c#
string a = "This is a string";
Console.WriteLine(a.GetType())
Example 2: how to create a variable in C#
int variable;
Example 3: c# int
int MyInt = 1;
Example 4: C# varible
public varible nameofvarible;//In Unity to esablish varible new slot should appear in the script componit and drag what element you want