C# Class Afterglow.Infrastructure.The

Provides a method to get an action.
Mostrar archivo Open project: Christof/afterglow

Public Methods

Method Description
Action ( System.Action action ) : System.Action

Convenience method to get an action.

Method Details

Action() public static method

Convenience method to get an action.
public static Action ( System.Action action ) : System.Action
action System.Action The action.
return System.Action