C# 클래스 Zetbox.API.EventBasedMethodAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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