是否可以为这样的东西添加模型活页夹?
public class Foo {
public TagCollection Tags { get; set; }
public Test() {
Tags = new TagCollection();
}
}
是否可以为这样的东西添加模型活页夹?
public class Foo {
public TagCollection Tags { get; set; }
public Test() {
Tags = new TagCollection();
}
}