Table of Contents

Class SnakeCasedNameAttribute

Namespace
DSharpPlus.Commands.Trees.Metadata
Assembly
DSharpPlus.Commands.dll

Stores the snake-cased name of a command parameter, for processors that cannot use upper-case names.

[AttributeUsage(AttributeTargets.Parameter)]
public sealed class SnakeCasedNameAttribute : Attribute
Inheritance
SnakeCasedNameAttribute

Constructors

SnakeCasedNameAttribute(string)

Creates a new instance of this attribute.

Properties

Name

The snake-cased name.