Table of Contents

Class CommandParameterAttribute

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
[AttributeUsage(AttributeTargets.Parameter)]
public class CommandParameterAttribute : Attribute
Inheritance
CommandParameterAttribute
Inherited Members

Constructors

CommandParameterAttribute()

public CommandParameterAttribute()

Properties

Name

public string? Name { get; init; }

Property Value

string

Remainder

public bool Remainder { get; init; }

Property Value

bool

TypeReaderType

public Type? TypeReaderType { get; init; }

Property Value

Type