public CommandParseResult(CommandParseResultType type) => Type = type;
Exemple #2
0
 public InvalidParameterCommandParseResult(CommandParseResultType type, int position) : base(type) => InvalidPosition = position;