Jor*_*dan 10 c# attributes naming-conventions
考虑以下因素:
[Export]
public class BudgetView : ViewBase, IView
{
// Members Galore
}
Run Code Online (Sandbox Code Playgroud)
很明显,你会说BudgetView 延伸 ViewBase,它实现 IView,但它对穷人有Export什么影响?
也许BudgetView 用 Export?或BudgetView 适用 Export?
我的文档需要这个.我需要非常正式和非常详细.
编辑:

我的UML工具对我能做什么和不能做什么都非常严格.例如,我无法制作自定义构造型.