Protected UniqueItems As Dictionary(Of TIndex,SingleIndexRecord(Of T,TIndex))
Dim instance As SingleIndex(Of T,TIndex) Dim value As Dictionary(Of TIndex,SingleIndexRecord(Of T,TIndex)) value = instance.UniqueItems instance.UniqueItems = value
protected Dictionary<TIndex,SingleIndexRecord<T,TIndex>> UniqueItems
protected: Dictionary<TIndex^,SingleIndexRecord<T^,TIndex^>^>^ UniqueItems