摘要:
public class EntityCollectionsView<T> { public EntityCollectionsView(EntityCollections<T> collections) { this._collections = collections; } private EntityCollections<T> _collections; [DebuggerBrowsable(DebuggerBrowsableState.RootHidden)] pu... 阅读全文