public:
staticvoidTimes(
int^ n,
Action<int^>^ action
)
Parameters
n
Type: Int32
An Int32 is the number of times to execute.
action
Type: Action<(Of <(<'Int32>)>)>
An Action<int> delegate that references the method(s) to execute.
An Int32 parameter to pass to the method(s) is the zero-based count of
iteration.