WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1MenuList Class / ToList<T> Method
In This Topic
    ToList<T> Method (C1MenuList)
    In This Topic
    Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation.
    Syntax
    public IList<T> ToList<T>()
    where T: C1HierarchicalPresenter

    Type Parameters

    T
    See Also