C# Класс Zetbox.API.EventBasedMethodAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
EventBasedMethodAttribute ( string eventName ) : System

Initializes a new instance of the EventBasedMethodAttribute class with a specified event name.

Описание методов

EventBasedMethodAttribute() публичный Метод

Initializes a new instance of the EventBasedMethodAttribute class with a specified event name.
public EventBasedMethodAttribute ( string eventName ) : System
eventName string the event name behind this method
Результат System