C# Class numl.AI.StateEventArgs

Class StateEventArgs.
Inheritance: System.EventArgs
ファイルを表示 Open project: sethjuarez/numl

Public Methods

Method Description
StateEventArgs ( IState state ) : System

Initializes a new instance of the StateEventArgs class.

Method Details

StateEventArgs() public method

Initializes a new instance of the StateEventArgs class.
public StateEventArgs ( IState state ) : System
state IState The state.
return System