在For Each循环中找到最后一个循环,可以使用以下方法:
Dim count As Integer = 0
For Each item In collection
' 处理每个元素
count += 1
If count = collection.Count Then
' 处理最后一个元素
End If
Next
For i As Integer = collection.Count - 1 To 0 Step -1
Dim item = collection(i)
' 处理每个元素
If i = 0 Then
' 处理最后一个元素
End If
Next
这两种方法都可以在VB.NET中找到For Each循环中的最后一个循环。
领取专属 10元无门槛券
手把手带您无忧上云