AjaxControlToolkit.Jasmine.Suites.ReorderListItems.GetItems C# (CSharp) Method

GetItems() public method

public GetItems ( ) : List
return List
        public List<ReorderListItem> GetItems()
        {
            return Items;
        }