start implementation fo SimpleSorting
This commit is contained in:
10
Pilz.Collections/SimpleSorting/ISimpleSortingHost.vb
Normal file
10
Pilz.Collections/SimpleSorting/ISimpleSortingHost.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Namespace SimpleSorting
|
||||
|
||||
Public Interface ISimpleSortingHost
|
||||
Inherits IList
|
||||
|
||||
Event OnInsert(sender As Object, e As SimpleSortingHostEventArgs)
|
||||
Event OnRemove(sender As Object, e As SimpleSortingHostEventArgs)
|
||||
End Interface
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user