C# Class Arc.Domain.Dsl.Should

API for actions.
Afficher le fichier Open project: marektihkan/Arc

Méthodes publiques

Méthode Description
Do ( System.Action action ) : System.Action

Does the specified action.

Method Details

Do() public static méthode

Does the specified action.
public static Do ( System.Action action ) : System.Action
action System.Action The action.
Résultat System.Action