[]
Gets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.
public IndexEntryCollection Children { get; }
This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether an index entry already contains any sub-entries without creating the Children collection, use the HasChildren property.