Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

The ActionExtensions type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  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.

See Also