Tuesday, 10 September 2013

Accessing array elements within a session object

Accessing array elements within a session object

I have a session object in my c# class, that contains an ArrayList type of
data. How can I access the array within the session object?
Given the image below, how would I access _confNum value?

No comments:

Post a Comment