[MAYBE?] Console Application Framework #16
zacharylayne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like other ConstTypeArgs libraries, ConstTypeArg.Console provides const type arguments, argument holders, and const type interfaces to bring const type argument support to
System.ConsoleColor
,System.ConsoleKey
,System.ConsoleModifiers
, andSystem.ConsoleSpecialKey
.There is the possibility to extend ConstTypeArg.Console or create a supporting library to provide a framework for creating console applications, which could benefit some scenarios. Such a framework could offer argument consumers such as
Window
,KeyState
,ConsoleText
, and others.This should be investigated further:
Beta Was this translation helpful? Give feedback.
All reactions