'宣言 Public ReadOnly Property SharedProperties As System.Collections.Generic.Dictionary(Of Long,ElementProperties)
'使用法 Dim instance As RplReader Dim value As System.Collections.Generic.Dictionary(Of Long,ElementProperties) value = instance.SharedProperties
public System.Collections.Generic.Dictionary<long,ElementProperties> SharedProperties {get;}