C# 클래스 Arc.Domain.Dsl.Should

API for actions.
파일 보기 프로젝트 열기: marektihkan/Arc

공개 메소드들

메소드 설명
Do ( System.Action action ) : System.Action

Does the specified action.

메소드 상세

Do() 공개 정적인 메소드

Does the specified action.
public static Do ( System.Action action ) : System.Action
action System.Action The action.
리턴 System.Action