ListAssist.Data.Models.LAList.LAList C# (CSharp) Méthode

LAList() public méthode

public LAList ( ) : System
Résultat System
        public LAList()
        {
            this.LAListItems = new List<LAListItem>();
            this.LASuggestions = new List<LASuggestion>();
        }
LAList