'宣言 Public ReadOnly Property SeeAlso As System.Collections.Generic.List(Of IndexEntry)
'使用法 Dim instance As IndexEntry Dim value As System.Collections.Generic.List(Of IndexEntry) value = instance.SeeAlso
public System.Collections.Generic.List<IndexEntry> SeeAlso {get;}