You can surely return an object as a property:



class
{
private Dictionary<int, string> privateDict;

public Dictionary DictionaryProperty
{