C# Class Day8.SynchronizingThreads.Cell

Mostra file Open project: ctsxamarintraining/October15 Class Usage Examples

Public Methods

Method Description
ReadFromCell ( ) : int
WriteToCell ( int n ) : void

Method Details

ReadFromCell() public method

public ReadFromCell ( ) : int
return int

WriteToCell() public method

public WriteToCell ( int n ) : void
n int
return void