Gets the System.Collections.Generic.List`1 of IndexEntry objects related to the current index entry. In the generated index, those entries will be listed as "See also" cross-references from the current to other entries.
'Declaration
Public ReadOnly Property SeeAlso As System.Collections.Generic.List(Of IndexEntry)
public System.Collections.Generic.List<IndexEntry> SeeAlso {get;}
Remarks
This method always returns a non-nullSystem.Collections.Generic.List`1, creating it if it did not exist. To test whether an index entry already contains any "See also" references without creating the SeeAlso collection, use the HasSeeAlso property.