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:
parent
5cba0ed266
commit
3acba1311c
|
@ -28,7 +28,7 @@ namespace Nuclex.Support.Collections {
|
||||||
|
|
||||||
/// <summary>Variant of BindingList that supports sorting</summary>
|
/// <summary>Variant of BindingList that supports sorting</summary>
|
||||||
/// <typeparam name="TElement">Type of items the binding list will contain</typeparam>
|
/// <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
|
#region class PropertyComparer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user