Guest User

Untitled

a guest
Jul 17th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Public Interface IOrderedDictionary(Of TKey, TValue)
  2. Inherits IDictionary(Of TKey, TValue)
  3.  
  4. Default Overloads Property Item(index As Integer) As TValue
  5.  
  6. Sub Insert(index As Integer, key As TKey, value As TValue)
  7.  
  8. Sub RemoveAt(index As Integer)
  9. End Interface
Add Comment
Please, Sign In to add comment