C# Class _2015_Pre_build_week_project.Team_Code.Utility.Toggle

Toggle Latch
Mostra file Open project: shockwave4488/2015-Practice-Week-C- Class Usage Examples

Public Methods

Method Description
Force ( bool value ) : void

Force the internal state of the latch to a value

Toggle ( )

Method Details

Force() public method

Force the internal state of the latch to a value
public Force ( bool value ) : void
value bool
return void

Toggle() public method

public Toggle ( )