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