[]
Gets the collection of entries (elements of type IndexEntry) at the top level of the current index.
public IndexEntryCollection Entries { get; }
This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether the current index already contains entries without creating the Entries collection, use the HasEntries property.