Exemple #1
0
    // #### PUBLIC METHODS ####

    public List <T> GetAllItems()
    {
        return(rootNode.GetAllItems());
    }