Table of Contents

Class ComponentInteractionParameterAttribute

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

Constructors

ComponentInteractionParameterAttribute()

public ComponentInteractionParameterAttribute()

Properties

Name

public string? Name { get; init; }

Property Value

string

TypeReaderType

public Type? TypeReaderType { get; init; }

Property Value

Type