start implementation fo SimpleSorting
This commit is contained in:
13
Pilz.Collections/SimpleSorting/SimpleSortingEntry.vb
Normal file
13
Pilz.Collections/SimpleSorting/SimpleSortingEntry.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Imports Pilz.Cryptography
|
||||
|
||||
Namespace SimpleSorting
|
||||
|
||||
Friend Class SimpleSortingEntry
|
||||
|
||||
Public Property Element As UniquieID
|
||||
Public Property Position As ElementSortingPosition
|
||||
Public Property ReferenceElement As UniquieID
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user