Method GetChildren
GetChildren<T>(object?, bool)
Gets collection of the child elements in the specified container.
public static IEnumerable<T> GetChildren<T>(object? container, bool recursive)
Parameters
Returns
- IEnumerable<T>
Type Parameters
T
Type of the child element.