C# Class Recipes.Wires.Context

Afficher le fichier Open project: gnschenker/RecipesWithCqrsAndEs

Méthodes publiques

Méthode Description
Debug ( string format ) : void
Explain ( string format ) : void
SwapFor ( Action builder = null ) : Action
SwapForDebug ( Action builder = null ) : void

Method Details

Debug() public static méthode

public static Debug ( string format ) : void
format string
Résultat void

Explain() public static méthode

public static Explain ( string format ) : void
format string
Résultat void

SwapFor() public static méthode

public static SwapFor ( Action builder = null ) : Action
builder Action
Résultat Action

SwapForDebug() public static méthode

public static SwapForDebug ( Action builder = null ) : void
builder Action
Résultat void