[]
Gets a value indicating whether the current element has any children. Using this property rather than checking for Children.Count being greater than zero improves performance and reduces memory usage.
public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean