C# Class MyThreadParam, study

Exibir arquivo Open project: joonhwan/study Class Usage Examples

Public Properties

Property Type Description
a int

Public Methods

Method Description
MyThreadParam ( int a, int b ) : System

Method Details

MyThreadParam() public method

public MyThreadParam ( int a, int b ) : System
a int
b int
return System

Property Details

a public_oe property

public int a
return int