 | aceTerminalInputaskForEnumT Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Asks for enum.
Namespace:
imbACE.Services.terminal
Assembly:
imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntaxpublic static T askForEnum<T>(
string question,
T defans,
ILogBuilder loger = null
)
Request Example
View SourceParameters
- question
- Type: SystemString
The question. - defans
- Type: T
The defans. - loger (Optional)
- Type: ILogBuilder
The loger.
Type Parameters
- T
Return Value
Type:
T
See Also