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.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
I used to represent it with a qualified association
It depends on what information you are trying to convey in your diagram. However you could: