Guest User

Untitled

a guest
May 18th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.27 KB | None | 0 0
  1.                 Dim col As Collection = HotelsPerGroup(investmentGroup)
  2.                 Dim colReversed As New Collection
  3.                 Dim i As Integer = 0
  4.                 For i = col.Count - 1 To 0
  5.                     colReversed.Add(col.Item(i))
  6.                 Next
Add Comment
Please, Sign In to add comment