C# 클래스 Bowling.Specs.Infrastructure.HelperExtensions

파일 보기 프로젝트 열기: stevenharman/tdd-bowling-game

공개 메소드들

메소드 설명
times ( this times, System.Action action ) : void
times ( this times, Action action ) : void

메소드 상세

times() 공개 정적인 메소드

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

times() 공개 정적인 메소드

public static times ( this times, Action action ) : void
times this
action Action
리턴 void