Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# public static string

public static string saytest = "test";

private static void Main()
{
  Console.WriteLine(saytest);
}
 
PREVIOUS NEXT
Tagged: #public #static #string
ADD COMMENT
Topic
Name
8+9 =