DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# check if element is last in list
foreach
(
var
x
in
things
)
{
//Do stuff
if
(
x
==
things
.
Last
(
)
)
// Do Stuff only for the last item
}
PREVIOUS
NEXT
Tagged:
#check
#element
#list
ADD COMMENT
Topic
COMMENT
Name
4+4 =
Submit