Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1Menu Class / ToList<T> Method

In This Topic
    ToList<T> Method (C1Menu)
    In This Topic
    Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation.
    Syntax
    'Declaration
     
    
    Public Function ToList(Of T As C1HierarchicalPresenter)() As IList(Of T)
    public IList<T> ToList<T>()
    where T: C1HierarchicalPresenter

    Type Parameters

    T
    See Also