Info
| Version: | 3.1.1 | 
| Author(s): | Simon Elms | 
| Last Update: | Sunday, September 13, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/AnotherSadGit/dotNetConsoleMenu | 
| NuGet Url: | https://www.nuget.org/packages/Gold.ConsoleMenu | 
Install
Install-Package Gold.ConsoleMenu
                        dotnet add package Gold.ConsoleMenu
                        paket add Gold.ConsoleMenu
                        
                                Gold.ConsoleMenu Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
Menu items are generated by decorating static methods with [MenuMethod] attributes. Sub-menus are generated by decorating classes with [MenuClass] attributes.