Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

.net create ienumerable of strings

IEnumerable<string> m_oEnum = new List<string>() { "1", "2", "3"};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #ienumerable #strings
ADD COMMENT
Topic
Name
1+6 =