Skip to content

Instantly share code, notes, and snippets.

@vkbandi
Created September 16, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkbandi/79bb36cbd6becef9e01c to your computer and use it in GitHub Desktop.
Save vkbandi/79bb36cbd6becef9e01c to your computer and use it in GitHub Desktop.
Array declaration in C#
//DataType[] Array_Name=new string[Array_Length];
int[] myArray=new int[10];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment