'Declaration Protected m_itemPairList As SortedList(Of ItemPair,ItemPair)
'Usage Dim instance As ZipEventsSession Dim value As SortedList(Of ItemPair,ItemPair) value = instance.m_itemPairList instance.m_itemPairList = value
protected SortedList<ItemPair,ItemPair> m_itemPairList