'Declaration
Public ReadOnly Property UniqueIdIndex As System.Collections.Generic.Dictionary(Of Guid,INElement)
'Usage
Dim instance As NElementIndex Dim value As System.Collections.Generic.Dictionary(Of Guid,INElement) value = instance.UniqueIdIndex
public System.Collections.Generic.Dictionary<Guid,INElement> UniqueIdIndex {get;}