-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
area: C# LibraryRelated to the C# part of libraryRelated to the C# part of libraryarea: TestsRelated to the testsRelated to the teststype: DocumentationImprovements or additions to documentationImprovements or additions to documentationtype: FeatureNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Need to add class MonitorList to observe values in collections.
Describe the solution you'd like
Collection wrapper (proxy pattern) which can track changes and return changes ligt on request. Underlying collections should be anything.
Describe alternatives you've considered
Some time ago I have already implemented this class but I lost it, unfortunately.
Additional context
Do not forget to add tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: C# LibraryRelated to the C# part of libraryRelated to the C# part of libraryarea: TestsRelated to the testsRelated to the teststype: DocumentationImprovements or additions to documentationImprovements or additions to documentationtype: FeatureNew feature or requestNew feature or request