Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created March 17, 2017 07:13
Show Gist options
  • Save xgeek-net/01f1ab948af7f8b26a538f8cfeda8d70 to your computer and use it in GitHub Desktop.
Save xgeek-net/01f1ab948af7f8b26a538f8cfeda8d70 to your computer and use it in GitHub Desktop.
KISS principle List
List<String> sampleList = new List<String>{
'value1', 'value2', 'value3'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment