Created
March 17, 2017 07:13
-
-
Save xgeek-net/01f1ab948af7f8b26a538f8cfeda8d70 to your computer and use it in GitHub Desktop.
KISS principle List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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