Profile
Achievement
bryanlyman's Recent SnippetsTagged array
- All /
« Prev 1 Next »
C#
Generic list wrapper returns a smaller strongly typed sub-list which modifies the parent-list when changed (without events)
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...
0
841
posted 14 years ago by bryanlyman