Class CommandTypeParserSuccessResult
public class CommandTypeParserSuccessResult : CommandTypeParserResult, IExecutionResult
- Inheritance
-
CommandTypeParserSuccessResult
- Implements
- Inherited Members
Constructors
CommandTypeParserSuccessResult(object?)
public CommandTypeParserSuccessResult(object? value)
Parameters
value
object
Properties
Value
public object? Value { get; }