CCT.NUI.StartMenu.Persistence.CsvRepository.GetAll C# (CSharp) 메소드

GetAll() 공개 메소드

public GetAll ( ) : IList
리턴 IList
        public IList<Menu> GetAll()
        {
            return new List<Menu>(this.menus);
        }