Header Text Coming Soon! You can Contact Us below anytime!
Assembly: SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)
[This is preliminary documentation and is subject to change.]
Provides a number of extension methods for the Action delegate.
Namespace:
SpiderMasterAssembly: SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static class ActionExtensions
<ExtensionAttribute> _ Public NotInheritable Class ActionExtensions
[ExtensionAttribute] public ref class ActionExtensions abstract sealed
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| Time(Action) | Calculates the time it takes to run a given Action.
| |
| Time<(Of <<'(T>)>>)(Action<(Of <<'(T>)>>), T) | Calculates the time it takes to run a given Action with one parameter.
| |
| Time<(Of <<'(T1, T2>)>>)(Action<(Of <<'(T1, T2>)>>), T1, T2) | Calculates the time it takes to run a given Action with two parameters.
| |
| Time<(Of <<'(T1, T2, T3>)>>)(Action<(Of <<'(T1, T2, T3>)>>), T1, T2, T3) | Calculates the time it takes to run a given Action with three parameters.
| |
| Time<(Of <<'(T1, T2, T3, T4>)>>)(Action<(Of <<'(T1, T2, T3, T4>)>>), T1, T2, T3, T4) | Calculates the time it takes to run a given Action with four parameters.
|