Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

C# Find first thing on a list

//If you are using .net 3.5 or later:

myList.First()

//if not

myList[0]
Source by social.msdn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #Find #list
ADD COMMENT
Topic
Name
4+6 =