'DeclarationPublic ReadOnly Property IdIndex As System.Collections.Generic.Dictionary(Of Integer,INElement)
'UsageDim 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;}