Table of Contents

Class SlashCommandTypeReaderSuccessResult

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class SlashCommandTypeReaderSuccessResult : SlashCommandTypeReaderResult, IExecutionResult
Inheritance
SlashCommandTypeReaderSuccessResult
Implements
Inherited Members

Constructors

SlashCommandTypeReaderSuccessResult(object?)

public SlashCommandTypeReaderSuccessResult(object? value)

Parameters

value object

Properties

Value

public object? Value { get; }

Property Value

object