Table of Contents

Class GatewayEventAttribute

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class GatewayEventAttribute : Attribute
Inheritance
GatewayEventAttribute
Inherited Members

Constructors

GatewayEventAttribute(string)

public GatewayEventAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string