Generic list wrapper returns a smaller strongly typed sub-list which modifies the parent-list when changed (without events)


/ Published in: C#
Save to your folder(s)

A class which wraps a parent list containing mixed object types, to provide smaller strongly typed sub-lists of objects. These sub-lists can be modified, which then modifies the parent list concurrently (without events being triggered). Supports the merging of other lists of the same type. Supports serialization. Supports parent list auto-instantiation.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.