C# Class Mono.MicroThreads.Semaphore

Datei anzeigen Open project: mono/mono-microthreads

Public Methods

Method Description
Decrease ( ) : void
Increase ( ) : void
Semaphore ( int value ) : System

Method Details

Decrease() public method

public Decrease ( ) : void
return void

Increase() public method

public Increase ( ) : void
return void

Semaphore() public method

public Semaphore ( int value ) : System
value int
return System