Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

Dictionaries and objects?

$
0
0
Hi,
I’ve got a dictionary that is of type (String, object)
I can use the following method to return the object but how do I access and display the properties in the object?
Code:

  Public Function getEMagazine(ByVal magTitle As String) As EMagazine

        'Preconditions: magTitle is a key in the dictionary.
        'Postconditions: The magazine with key magTitle is returned.
        Return fMagazines.Item(magTitle)


    End Function

:confused:

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>