Public Property ObjectMap As Dictionary(Of Type,Table)
Dim instance As AutoMap Dim value As Dictionary(Of Type,Table) instance.ObjectMap = value value = instance.ObjectMap
public Dictionary<Type,Table> ObjectMap {get; set;}
public: __property Dictionary<Type*,Table*>* get_ObjectMap(); public: __property void set_ObjectMap( Dictionary<Type*,Table*>* value );
public: property Dictionary<Type^,Table^>^ ObjectMap { Dictionary<Type^,Table^>^ get(); void set ( Dictionary<Type^,Table^>^ value); }