Table of Contents

Class CommandTypeReaderSuccessResult

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public class CommandTypeReaderSuccessResult : CommandTypeReaderResult, IExecutionResult
Inheritance
CommandTypeReaderSuccessResult
Implements
Inherited Members

Constructors

CommandTypeReaderSuccessResult(object?, int)

public CommandTypeReaderSuccessResult(object? value, int read)

Parameters

value object
read int

Properties

Read

public int Read { get; }

Property Value

int

Value

public object? Value { get; }

Property Value

object