How to represent a C# property in UML?

后端 未结 12 819
夕颜
夕颜 2020-12-08 19:03

Not quite an Attribute, not quite a Method. Stereotypes? <> <>?


I\'m retro-modelling an existin

12条回答
  •  难免孤独
    2020-12-08 19:52

    The problem with depicting a property as a single field is that for C# using the 2.0 framework and beyond the get and set can have different access modifiers.

提交回复
热议问题