Reputation: 65
I'm creating a uml class diagram and I would like to know if anyone can assist me with this. I would like to know how to represent a dictionary type using UML notation.
for example how can I represent the following dictionary(Dictionary<FileType,StorageType>
)type in UML.
Upvotes: 3
Views: 6083
Reputation: 934
It depends on what information you are trying to convey in your diagram. However you could:
Upvotes: 2