标签: winforms
我想知道是否有可能找到具有属于部分类实现的属性的类?这样:
public class Test { } [Attribute()] public partial class Test { }
我不能将该属性放在原始类上,因为它是一个Form。