Table of Contents

Method RepeatAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RepeatAction(int, Action)

Repeats action specified number of times.

public static void RepeatAction(int times, Action action)

Parameters

times int

Repeat count.

action Action

Action to repeat