C# Class Bowling.Specs.Infrastructure.HelperExtensions

Datei anzeigen Open project: stevenharman/tdd-bowling-game

Public Methods

Method Description
times ( this times, System.Action action ) : void
times ( this times, Action action ) : void

Method Details

times() public static method

public static times ( this times, System.Action action ) : void
times this
action System.Action
return void

times() public static method

public static times ( this times, Action action ) : void
times this
action Action
return void