Exemplo n.º 1
0
 public PromptCollection <TOptions> ThatHas <T>(EnumTryParseDelegate <T> tryParse, bool ignoreCase = true) where T : struct, Enum =>
 ThatHas(tryParse.AsTypeReader(ignoreCase));