C# Class Zetbox.API.EventBasedMethodAttribute

Inheritance: System.Attribute
Show file Open project: daszat/zetbox

Public Methods

Method Description
EventBasedMethodAttribute ( string eventName ) : System

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

Method Details

EventBasedMethodAttribute() public method

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
return System