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