C# Class MBC.Shared.Attributes.EventFilterAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
EventFilterAttribute ( Type eventType ) : System

Stores the given type of event.

Method Details

EventFilterAttribute() public method

Stores the given type of event.
public EventFilterAttribute ( Type eventType ) : System
eventType System.Type
return System