Command_(Int32, Object, Object) Constructor

public Command_( 
int type
object data0
object data1 
)
This language is not supported or no code example is available.
public:  
Command_( 
int type
object^ data0
object^ data1 
)
This language is not supported or no code example is available.
public function Command_( 
type : int
data0 : object
data1 : object 
);
This language is not supported or no code example is available.

Parameters

type
int

data0
object

data1
object

In this article

Definition