Table of Contents

Class CommandTypeParserSuccessResult

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
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; }

Property Value

object