Made the storable binding list public

git-svn-id: file:///srv/devel/repo-conversion/nusu@343 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2022-11-05 11:49:53 +00:00
parent 5cba0ed266
commit 3acba1311c

View File

@ -28,7 +28,7 @@ namespace Nuclex.Support.Collections {
/// <summary>Variant of BindingList that supports sorting</summary>
/// <typeparam name="TElement">Type of items the binding list will contain</typeparam>
internal class SortableBindingList<TElement> : BindingList<TElement> {
public class SortableBindingList<TElement> : BindingList<TElement> {
#region class PropertyComparer