Table of Contents

Class ListenerNameAttribute

Namespace
CounterStrikeSharp.API.Core.Attributes
Assembly
CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Delegate, Inherited = false)]
public class ListenerNameAttribute : Attribute
Inheritance
ListenerNameAttribute
Inherited Members

Constructors

ListenerNameAttribute(string)

public ListenerNameAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; init; }

Property Value

string