Display all items of System.Collections.ObjectModel.Collection<System.Collection.ArrayList>

Hello Everyone,

I have a collection that is type of System.Collections.ObjectModel.Collection<System.Collection.ArrayList> and i want to print the items one by one. Any ideas how to do that?

Thanks in advance!

1 Like

use for each activity!
@dcrt

I couldn’t manage to use it i guess, can you help me?

1 Like

what is the Variable type of PSWinUserLan??
as well as For Each argument type?

It is this one: [System.Collections.ObjectModel.Collection<System.Collection.ArrayList> ]

ScreenShot??

1 Like

do like this!
@dcrt

:frowning:

Hi @dcrt,

I think you should introduce another for each loop in your existing for each to get to the items in your arraylist

I tried that too. This returns unfortunately
image