C# Class LiveCSharp.StateChange

Inheritance: Operation
ファイルを表示 Open project: ermau/Instant

Public Methods

Method Description
StateChange ( int id, string variable, object value ) : System.Collections.Generic
StateChange ( int id, string variable, string value ) : System.Collections.Generic

Method Details

StateChange() public method

public StateChange ( int id, string variable, object value ) : System.Collections.Generic
id int
variable string
value object
return System.Collections.Generic

StateChange() public method

public StateChange ( int id, string variable, string value ) : System.Collections.Generic
id int
variable string
value string
return System.Collections.Generic