Welcome to Geekdojo Sign in | Join | Help

April 2006 - Posts

creating string list - why Python is healthier than C#

I needed a string array, so I go string[] tags = new string[] {"python", "ruby", "good"};   but I also need to search for a particular string.. to get IndexOf(...) functionality, I change it to [C# v2] List<string> tags = new List<string>(new
posted by richardhsu | 1 Comments
Filed Under: ,