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