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

getAppList() public static method

Gets the list of all the apps in BuildmLearn Store.
public static getAppList ( ) : AppList
return AppList
        public static AppList getAppList()
        {
            if (obAppList == null) obAppList = new AppList();
            return obAppList;
        }