AppStore.Models.AppList.AppList C# (CSharp) Method

AppList() public method

Public Constructor
public AppList ( ) : System.Collections.Generic
return System.Collections.Generic
        public AppList()
        {
            appList = new List<Apps>();
            myappList = new List<Apps>();
        }        
    }