Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# list string initialize inline

List<string> games = new List<string>() { "Doom",  "Tetris", "City of Heroes" }
 
PREVIOUS NEXT
Tagged: #list #string #initialize #inline
ADD COMMENT
Topic
Name
5+8 =