Phresco.FusionCharts.ListToXmlConverter.QueryList C# (CSharp) Метод

QueryList() приватный Метод

Get the list of items in the list based on the view
private QueryList ( ) : void
Результат void
        private void QueryList()
        {
            _items = _list.GetItems(_view);
        }